|
|
|
|
|
|
The main function has several special properties: ... 4) The body of the main function does not need to contain the return statement: if control reaches the end of main without encountering a return statement, the effect is that of executing return 0; ... |