InterviewSolution
Saved Bookmarks
| 1. |
Explain The Purpose Of Main( ) Function? |
|
Answer» The FUNCTION main( ) invokes other functions within it.It is the first function to be called when the program starts execution.
The function main( ) invokes other functions within it.It is the first function to be called when the program starts execution. |
|