Saved Bookmarks
| 1. |
What Is The Purpose Of Main( ) Function? |
|
Answer» The function main() calls / invokes other functions within it. The execution of the program ALWAYS starts with main() function. The main() function is :
The function main() calls / invokes other functions within it. The execution of the program always starts with main() function. The main() function is : |
|