Q24
What does the 'nullptr' keyword signify when used as a pointer value in C++?
A.
A pointer to a null reference
B.
A null pointer
AnswerC.
A pointer to a null object
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board