InterviewSolution
Saved Bookmarks
| 1. |
A void pointer cannot point to which of these?(a) methods in c++(b) class member in c++(c) methods & class member in c++(d) none of the mentionedI have been asked this question in a job interview.My doubt is from Pointer to Void in portion Types, Pointers, Arrays & Structures in C++ of C++ |
|
Answer» Right CHOICE is (d) none of the mentioned |
|