Vidyalelo
C++ Programming · Q80

Pointers and References in C++

Programming · C++ Programming · question 80

Q80

What is the difference between references and pointers?

A.
References are an alias for a variable whereas pointer stores the address of a variable
Answer
B.
References and pointers are similar
C.
References stores address of variables whereas pointer points to variables
D.
Pointers are an alias for a variable whereas references stores the address of a variable

Answer: Option A

Solution

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