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 formal argument?
What is scanf () in c?
What is the difference between class and object in c?
write a proram to reverse the string using switch case?
How can you increase the size of a dynamically allocated array?
What is the scope of local variable in c?
Why c language is called c?
Is Exception handling possible in c language?
How can I find the modification date of a file?
Tell us bitwise shift operators?
What is wrong with this declaration?
If the size of int data type is two bytes, what is the range of signed int data type?
Write a program that accept anumber in words
can anyone suggest some site name..where i can get some good data structure puzzles???
What is function pointer c?