What is the difference between null pointer and the void
pointer?
Answer Posted / vaibhav
null pointer contain null value . it doesn't contain any
value.
while void pointer is a pointer that cascade at a runtime.
i.e it casting at runtime
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What are enums in c?
What are the features of the c language?
What is the use of structure padding in c?
which type of aspect you want from the student.
What is a double c?
How is a macro different from a function?
What is difference between Structure and Unions?
What is 02d in c?
What is #include conio h?
What is a ternary operator in c?
What is a function simple definition?
What are multibyte characters?
When should the const modifier be used?
Can we add pointers together?
Explain a pre-processor and its advantages.