Home » C++ Programming » Pointers » Question
  1. The void pointer can point to which type of objects?
    1. float
    2. double
    3. int
    4. All of above
    5. None of these
Correct Option: D

Because it doesn’t know the type of object it is pointing to, So it can point to all objects.



Your comments will be displayed only after manual approval.