Vidyalelo
C++ Programming · Q24

Pointers and References in C++

Programming · C++ Programming · question 24

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
Answer
C.
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