Home » C++ Programming » Functions » Question
  1. Where does the execution of the program starts?
    1. void function
    2. user-defined function
    3. main function
    4. All of above
    5. None of these
Correct Option: C

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



Your comments will be displayed only after manual approval.