Q195
The C++ expression p → val means the same thing as
A.
*p.val
B.
*(p.val)
C.
(*p).vai
AnswerD.
p.val
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board