1.

Where does the execution of the program starts?(a) user-defined function(b) main function(c) void function(d) else functionThe question was asked in unit test.This key question is from Function Declarations in section Functions, Namespaces & Exceptions in C++ of C++

Answer»

Correct CHOICE is (b) main function

To explain: Normally the EXECUTION of the PROGRAM in c++ STARTS from main only.



Discussion

No Comment Found

Related InterviewSolutions