C++ References Question:
Download Questions PDF

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

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

Answer:

a) we can not create the array of reference.

Download C++ References Interview Questions And Answers PDF

Previous QuestionNext Question
Which value we cannot assign to reference?
a) integer
b) floating
c) unsigned
d) null
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