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
What is define directive?
Write a code to generate a series where the next element is the sum of last k terms.
How many levels deep can include files be nested?
What are the types of unary operators?
In C, What is the #line used for?
write a program in c language to print your bio-data on the screen by using functions.
How can I find the modification date of a file?
How can I get back to the interactive keyboard if stdin is redirected?
Give me the code of in-order recursive and non-recursive.
Why is sizeof () an operator and not a function?
Should a function contain a return statement if it does not return a value?
Does sprintf put null character?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is a keyword?
What is double pointer?