InterviewSolution
Saved Bookmarks
| 1. |
The void pointer can point to which type of objects?(a) int(b) float(c) double(d) all of the mentionedI have been asked this question in an interview.Enquiry is from Pointer to Void topic in division Types, Pointers, Arrays & Structures in C++ of C++ |
|
Answer» Correct choice is (d) all of the mentioned |
|