C++ References Question:
Download Questions PDF

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

C++ References Interview Question
C++ References Interview Question

Answer:

b) Alternate name for the variable

Download C++ References Interview Questions And Answers PDF

Previous QuestionNext Question
Identify the correct sentence regarding inequality between reference and pointer.
a) we can not create the array of reference.
b) we can create the Array of reference.
c) we can use reference to reference.
d) none of the mentioned
Which reference modifier is used to define reference variable?
a) &
b) $
c) #
d) none of the mentioned