InterviewSolution
Saved Bookmarks
| 1. |
The operator used for dereferencing or indirection is ____(a) *(b) &(c) ->(d) –>>This question was posed to me in final exam.My doubt stems from Pointers in section Types, Pointers, Arrays & Structures in C++ of C++ |
|
Answer» Correct answer is (a) * |
|