Q9
What happens when a reference is declared but not initialized in C++?
A.
Undefined behavior
B.
Default-initialized to null
C.
Initialized to a default value
D.
Compilation error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board