What is the difference between null pointer and void pointer
Answer Posted / vignesh1988i
NULL POINTER :
the pointer which dosent point to any memory location is
called NULL POINTER.
VOID POINTER :
the pointer is a one which can only point to a particular
memory location of it's own type.... but when the pointer
is given void it can be mde to point any location of
different type
| Is This Answer Correct ? | 134 Yes | 13 No |
Post New Answer View All Answers
what are the different storage classes in c?
Why array is used in c?
what are bit fields in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is the use of static variable in c?
Explain b+ tree?
why programs in c are running with out #include
what is the significance of static storage class specifier?
Write a program to reverse a given number in c language?
Why we use conio h in c?
What does void main return?
What does %p mean?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is anagram in c?
What is main return c?