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

Discussion :: C++ - MCQs

  1. What is the mandatory preprosessor directive for c++?
  2. A.
    #define
    B.
    #include
    C.
    #undef
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    For a c++ program to execute, we need #include.


Be The First To Comment