Vidyalelo
C++ Programming · Q19

Pointers and References in C++

Programming · C++ Programming · question 19

Q19

What is a null reference in C++?

A.
A reference with a null value
B.
A reference initialized with nullptr
C.
A reference that doesn't refer to any object
Answer
D.
A reference that refers to a null object

Answer: Option C

Solution

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