Q4
What is the correct syntax to dereference a pointer in C++?
A.
*ptr
AnswerB.
ptr*
C.
&ptr
D.
ptr
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board