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

Discussion :: C++ - MCQs

  1. What are the mandatory part to present in function pointers?
  2. A.
    &
    B.
    retrun values
    C.
    data types
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The data types are mandatory for declaring the variables in the function pointers.


Be The First To Comment