Vidyalelo
C++ Programming · Q60

Pointers and References in C++

Programming · C++ Programming · question 60

Q60

Identify the correct sentence regarding inequality between reference and pointer.

A.
we can not create the array of reference
Answer
B.
we can create the Array of reference
C.
we can use reference to reference
D.
we can use variable

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board