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

Discussion :: C++ - MCQs

  1. Which of the following implements the module in the program?
  2. A.
    macro
    B.
    header files
    C.
    both of the mentioned
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    We can include the group of code by using the #include header file.


Be The First To Comment