Q24
In C, what is a null pointer (NULL or 0)?
A.
A pointer that points to the address 0
AnswerB.
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