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

What is meant by preprocessor in c?

764


What is a function in c?

1228


Is there any data type in c with variable size?

880


What is pivot in c?

785


List the difference between a While & Do While loops?

890


When should you use a type cast?

839


Why is sprintf unsafe?

835


What are dangling pointers in c?

862


What is c preprocessor mean?

1060


Differentiate between full, complete & perfect binary trees.

889


Is return a keyword in c?

863


Write a program to print fibonacci series without using recursion?

867


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

893


What is #ifdef ? What is its application?

886


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

883