What is the difference between null pointer and void pointer
Answer Posted / govind
a void pointer is a special type of pointer of void and
denotes that it can point to any type of data type .NULL
pointer can take any pointer type , but do not point to any
valid reference or memory adderss.it is important to note
that a NULL pointer is different from a pointer that is
initialized.
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
What's a good way to check for "close enough" floating-point equality?
How will you find a duplicate number in a array without negating the nos ?
Write a program that accept anumber in words
Can you please compare array with pointer?
When should you use a type cast?
Explain what is meant by high-order and low-order bytes?
Why ca not I do something like this?
What are local static variables?
Explain how can I remove the trailing spaces from a string?
How can you invoke another program from within a C program?
What is the importance of c in your views?
When should the volatile modifier be used?
What is a shell structure examples?
What is an example of structure?
what is the syallabus of computer science students in group- 1?