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
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Is a house a mass structure?
What is the use of a semicolon (;) at the end of every program statement?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
how many key words availabel in c a) 28 b) 31 c) 32
Is it possible to pass an entire structure to functions?
How is pointer initialized in c?
Write a program to check prime number in c programming?
Explain what is a program flowchart and explain how does it help in writing a program?
What does calloc stand for?
How can I access an I o board directly?
What is volatile variable how do you declare it?
What are file streams?
What is a char c?