For what purpose null pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
What is the basic structure of c?
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
What is external and internal variables What is dynamic memory allocation what is storage classes in C
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is the general form of #line preprocessor?
Why doesn't C support function overloading?
Do you know the use of fflush() function?
Why we use conio h in c?
Is c a great language, or what?
what is use of malloc and calloc?
What is keyword with example?