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 type
I 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++