i have a written test in tomorrow
write a program to create a sparse matrix using dynamic memory allocation.
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What's a "sequence point"?
Are c and c++ the same?
Is c weakly typed?
what are the uses of structure?
What is the explanation for the dangling pointer in c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
what is used instead of pointers in java than c?
What is sizeof array in c?
what is an inline function?
What is gets() function?