Can a pointer be null?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between realloc() and free()
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
How to print India by nested loop? I IN IND INDI INDIA
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is volatile
Explain what is the purpose of "extern" keyword in a function declaration?
differnce between do and do while
What is difference between static and global variable in c?
What are the rules for the identifier?
What is the size of enum in c?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
What is the purpose of 'register' keyword?