Vidyalelo
C++ Programming · Q5

Pointers and References in C++

Programming · C++ Programming · question 5

Q5

What is the purpose of the 'nullptr' keyword in C++?

A.
Represents a null type
B.
Represents a null value
C.
Represents a null reference
D.
Represents a null pointer
Answer

Answer: Option D

Solution

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