1.

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

Answer»

The CORRECT ANSWER is (c) both CONST & volatile

Explanation: Pointer can point to any variable that is not declared with const & volatile.



Discussion

No Comment Found

Related InterviewSolutions