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


Please Help Members By Posting Answers For Below Questions

write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3643


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1805


Is a house a mass structure?

826


What is the use of a semicolon (;) at the end of every program statement?

1116


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2130


how many key words availabel in c a) 28 b) 31 c) 32

811


Is it possible to pass an entire structure to functions?

744


How is pointer initialized in c?

782


Write a program to check prime number in c programming?

801


Explain what is a program flowchart and explain how does it help in writing a program?

851


What does calloc stand for?

839


How can I access an I o board directly?

811


What is volatile variable how do you declare it?

750


What are file streams?

764


What is a char c?

787