Vidyalelo
C++ Programming · Q11

Pointers and References in C++

Programming · C++ Programming · question 11

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
Answer

Answer: Option D

Solution

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