Q11
What is the purpose of a null pointer in C++?
A.
Represents a pointer to a reserved memory location
B.
Represents a pointer to a deleted object
C.
Represents a pointer to a null object
D.
Represents that the pointer does not point to a valid object
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board