Home » C++ Programming » Pointers » Question
  1. Which one of the following is not a possible state for a pointer.
    1. point to a tye
    2. zero
    3. point one past the end of an object
    4. hold the address of the specific object
    5. None of these
Correct Option: A

A pointer can be in only 3 states a,b and c.



Your comments will be displayed only after manual approval.