When does the void pointer can be dereferenced?
(a) when it doesn’t point to any value
(b) when it cast to another type of object
(c) using delete keyword
(d) using shift keyword
This question was posed to me in exam.
I would like to ask this question from Pointer to Void topic in division Types, Pointers, Arrays & Structures in C++ of C++