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
AnswerC.
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