Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. Which one of the following is not a possible state for a pointer?
  2. A.
    hold the address of the specific object
    B.
    point one past the end of an object
    C.
    zero
    D.
    point to a tye

    View Answer

    Workspace

    Answer : Option D

    Explanation :

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


Be The First To Comment