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
The statement, int(*x[]) () what does in indicate?
How do you list files in a directory?
What is declaration and definition in c?
What are header files? What are their uses?
Explain what is the difference between a string and an array?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is the difference between local variable and global variable in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
Write a program to print ASCII code for a given digit.
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is a list in c?
What is the use of ?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9