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
AnswerD.
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