What is the difference between null pointer and void pointer
Answer Posted / lakhpat
A Void pointer is a special type of pointer of void and
denotes that it can point to any data type. NULL pointers
can take any pointer type, but do not point to any valid
reference or memory address. It is important to note that a
NULL pointer is different from a pointer that is not
initialized.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is a global variable in c?
How do you declare a variable that will hold string values?
What is null in c?
will u please send me the placement papers to my mail???????????????????
What does static variable mean in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Is that possible to store 32768 in an int data type variable?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Is it valid to address one element beyond the end of an array?
What is huge pointer in c?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What are qualifiers in c?
What are the keywords in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.