Vidyalelo
C++ Programming · Q1

Pointers and References in C++

Programming · C++ Programming · question 1

Q1

What is a pointer in C++?

A.
A variable that stores the size of another variable
B.
A variable that stores the address of another variable
Answer
C.
A variable that stores a reference to another variable
D.
None of the above

Answer: Option B

Solution

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