C++ References Question:
Download Questions PDF

Which reference modifier is used to define reference variable?
a) &
b) $
c) #
d) none of the mentioned

Answer:

a) &

Download C++ References Interview Questions And Answers PDF

Previous QuestionNext 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
What is the difference between pointer and reference?