Vidyalelo
Computer Science · Q195

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 195

Q195

The C++ expression p → val means the same thing as

A.
*p.val
B.
*(p.val)
C.
(*p).vai
Answer
D.
p.val

Answer: Option C

Solution

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