C++ References Question:
What does a reference provide?
a) Alternate name for the class
b) Alternate name for the variable
c) Alternate name for the pointer
d) none of the mentioned

Answer:
b) Alternate name for the variable