🎴 Flashcard Mode
C++ Programming
Card1 / 25
Mastered0
Review0
QuestionClick to flip
After you assign a value to reference, you cannot change the reference value.
AnswerClick to flip back
A
True
💡 Explanation:
In C++, a reference must be initialized when it is declared, and it cannot be made to refer to a different object after initialization.