Multiple choice

After you assign a value to reference, you cannot change the reference value.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
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.