Answer Posted / sadiq sabir
c is a middle level language
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
write a program to create a sparse matrix using dynamic memory allocation.
What is difference between scanf and gets?
How pointer is different from array?
How can you find out how much memory is available?
What is calloc malloc realloc in c?
Is exit(status) truly equivalent to returning the same status from main?
If the size of int data type is two bytes, what is the range of signed int data type?
What is variable in c example?
What is the benefit of using an enum rather than a #define constant?
What is zero based addressing?
What will be your course of action for a push operation?
How do you construct an increment statement or decrement statement in C?
How many header files are in c?
What is a const pointer?
Are the variables argc and argv are always local to main?