Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 4 (Q.No. 47)
47.
The C++ expression p --> val means the same thing as
*p.val
*(p.val)
(*p).vai
p.val
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Jaydeep said:   8 years ago
Here concept of operator precedence use. Dot operator have higher precedence than *.

Amansingh said:   9 years ago
There is no difference between A and C, then why you are mentioned it in two similar options?

Post your comments here:

Your comments will be displayed after verification.