Vidyalelo
C Programming · Q24

Pointer

Programming · C Programming · question 24

Q24

In C, what is a null pointer (NULL or 0)?

A.
A pointer that points to the address 0
Answer
B.
A pointer that points to a null value
C.
A pointer with an undefined value
D.
A pointer to a null object

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board