InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operator is used with this pointer to access members of a class?(a) .(b) !(c) ->(d) ~This question was posed to me in my homework.The origin of the question is C++ Concepts in portion Basics Concepts of C++ of C++ |
|
Answer» The correct option is (C) -> |
|