What is the difference between null pointer and void pointer
Answer Posted / xlnx
NULL POINTER WILL POINT TO NOTHING.BUT VOID POINTER POINTNG
TO ANY OTHER DATA TYPE OF POINTER.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What header files do I need in order to define the standard library functions I use?
How many main () function we can have in a project?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
How many bytes are occupied by near, far and huge pointers (dos)?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
explain what are actual arguments?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Explain the difference between call by value and call by reference in c language?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Why structure is used in c?
If I have a char * variable pointing to the name of a function ..
What is extern keyword in c?
Why main is used in c?