1.

Which one of the following is not a possible state for a pointer.(a) hold the address of the specific object(b) point one past the end of an object(c) zero(d) point to a typeI got this question in an international level competition.My question is based upon Pointers topic in chapter Types, Pointers, Arrays & Structures in C++ of C++

Answer»

The correct ANSWER is (d) POINT to a type

The explanation: A pointer can be in only 3 STATES a, b and C.



Discussion

No Comment Found

Related InterviewSolutions