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
Did c have any year 2000 problems?
What is string concatenation in c?
Where are some collections of useful code fragments and examples?
What is the purpose of scanf() and printf() functions?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is the scope of static variable in c?
c program to compute AREA under integral
Where local variables are stored in c?
What is pass by reference in c?
What is static memory allocation?
Which is an example of a structural homology?
Explain #pragma statements.
Explain how to reverse singly link list.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
State two uses of pointers in C?