Home » C++ Programming » References » Question
  1. What does a reference provide?
    1. Alternate name for the variable
    2. Alternate name for the pointer
    3. Alternate name for the class
    4. All of above
    5. None of these
Correct Option: A

Because we are pointing memory address using the temp variable.



Your comments will be displayed only after manual approval.