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

Discussion :: C++ - MCQs

  1. Where does the execution of the program starts?
  2. A.
    user-defined function
    B.
    main function
    C.
    void function
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Normally the execution of the program in c++ starts from main only.


Be The First To Comment