The pointer can point to any variable that is not declared with which of these?
(a) const
(b) volatile
(c) both const & volatile
(d) static
The question was asked in an internship interview.
The query is from Pointer to Void in section Types, Pointers, Arrays & Structures in C++ of C++