Answer Posted / manoj
Pandit Jawaharlal Nehru
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is n in c?
What are the types of data structures in c?
What is the default value of local and global variables in c?
How does free() know explain how much memory to release?
How many levels of indirection in pointers can you have in a single declaration?
What are the advantages of using new operator as compared to the function malloc ()?
How do c compilers work?
What are global variables?
What is the use of void pointer and null pointer in c language?
What are the advantages of c language?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Should a function contain a return statement if it does not return a value?
What do you mean by dynamic memory allocation in c? What functions are used?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is d scanf?