Subscribe to:
Post Comments (Atom)
SD Card vs SSD: What’s Really Happening Inside Your Storage
We use SD cards in phones and cameras, and SSDs in laptops and PCs, almost without thinking. They both feel similar—fast, silent, and com...
-
class Constructor { Constructor () { System . out . println ( "this is without parameter" ); } Construc...
-
// Linear Search #include <iostream> using namespace std; int linearSearch(int a[], int n, int val) { for (int i = 0; i < ...
No comments:
Post a Comment