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

Discussion :: C++ - MCQs

  1. The pointer can point to any variable that is not declared with which of these?
  2. A.
    const
    B.
    volatile
    C.
    both a & b
    D.
    static

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    both a & b


Be The First To Comment