Home » C++ Programming » Pointers » Question
  1. A void pointer cannot point to which of these?
    1. class member in c++
    2. methods in c++
    3. both A and B
    4. All of above
    5. None of these
Correct Option: D

A void pointer cannot point to methods in c++ and class member in c++.



Your comments will be displayed only after manual approval.