Discussion Forum : Functions
Question - Where does the execution of the program starts?
Options:
A .  user-defined function
B .  main function
C .  void function
D .  none of the mentioned
Answer: Option B


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



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *