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


Please Help Members By Posting Answers For Below Questions

Did c have any year 2000 problems?

889


What is string concatenation in c?

783


Where are some collections of useful code fragments and examples?

955


What is the purpose of scanf() and printf() functions?

926


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1974


What is the scope of static variable in c?

728


c program to compute AREA under integral

2093


Where local variables are stored in c?

755


What is pass by reference in c?

869


What is static memory allocation?

852


Which is an example of a structural homology?

1050


Explain #pragma statements.

813


Explain how to reverse singly link list.

841


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?

832


State two uses of pointers in C?

835