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 does sizeof return c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What does the format %10.2 mean when included in a printf statement?
What are the two types of functions in c?
What is c language and why we use it?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What are the types of arrays in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
Can we initialize extern variable in c?
What are the types of macro formats?
Difference between exit() and _exit() function?
Which built-in library function can be used to match a patter from the string?
What are the different types of endless loops?
What is wrong with this initialization?
c language interview questions & answer