Saved Bookmarks
| 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 |
|