What is the difference between null pointer and void pointer
Answer Posted / nagarala sai deepak reddy
NULL POINTER :
the pointer which dosent point to any memory location is
called NULL POINTER.
VOID POINTER :
the pointer is a one which can only point to a particular
memory location of it's own type.... but when the pointer
is given void it can be mde to point any location of
different type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the meaning of keyword 'extern' in a function declaration.
How to create struct variables?
What is printf () in c?
What is the difference between null pointer and wild pointer?
How can I insert or delete a line (or record) in the middle of a file?
What is uint8 in c?
what are the facialities provided by you after the selection of the student.
What is the purpose of the statement: strcat (S2, S1)?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What does & mean in scanf?
What is a program flowchart and explain how does it help in writing a program?
What is a loop?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
How can you tell whether two strings are the same?
Difference between goto, long jmp() and setjmp()?