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

Discussion :: C++ - MCQs

  1. What we can't do on a void pointer?
  2. A.
    pointer arithemetic
    B.
    pointer functions
    C.
    both of the mentioned
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Because void pointer is used to cast the variables only, So pointer arithemetic can't be done in a void pointer.


Be The First To Comment