Saved Bookmarks
| 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 |
|