What is the use of void pointer and null pointer in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of header files?
code for replace tabs with equivalent number of blanks
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
What is a static function in c?
Which is an example of a structural homology?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What are header files? What are their uses?
What is a wrapper function in c?
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
What does %p mean c?
What is c definition?
How to create struct variables?