Home » C++ Programming » Pointers » Question
  1. When does the void pointer can be dereferenced?
    1. when it cast to another type of object
    2. using delete keyword
    3. when it doesn’t point to any value
    4. All of above
    5. None of these
Correct Option: A

By casting the pointer to another data type, it can be dereferenced from the void pointer.



Your comments will be displayed only after manual approval.