Home » C++ Programming » References » Question
  1. Identify the incorrect statement
    1. A reference value once defined cannot be reassigned
    2. Reference is the alternate name of the object
    3. A reference value once defined can be reassigned
    4. All of above
    5. None of these
Correct Option: C

Reference is a thing which points to the valid memory address, so it can’t be redesigned.



Your comments will be displayed only after manual approval.