Vidyalelo
C++ Programming · Q87

Pointers and References in C++

Programming · C++ Programming · question 87

Q87

What are the references in C++?

A.
An alternative name for already existing variables
Answer
B.
A pointer to a variable
C.
A new type of variables
D.
A new type of constant variable

Answer: Option A

Solution

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