Q. Which of the following statements about C++ references is true?
β
Correct Answer: (D)
Both A and C
Explanation: In C++, a reference must be initialized when declared and cannot be assigned a new address later.