What is the difference between null pointer and void pointer
Answer Posted / govind
a void pointer is a special type of pointer of void and
denotes that it can point to any type of data type .NULL
pointer can take any pointer type , but do not point to any
valid reference or memory adderss.it is important to note
that a NULL pointer is different from a pointer that is
initialized.
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
what do u mean by Direct access files? then can u explain about Direct Access Files?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Why is c called "mother" language?
write a program in c language to print your bio-data on the screen by using functions.
What is else if ladder?
c language interview questions & answer
What is the total generic pointer type?
Write a program to check armstrong number in c?
Can a pointer point to null?
Explain a pre-processor and its advantages.
Is null always equal to 0(zero)?
What are qualifiers in c?
What is the difference between char array and char pointer?
Explain how does flowchart help in writing a program?
What is the difference between %d and %i?