Saved Bookmarks
| 1. |
How many main functions can be used in the C language program |
|
Answer» ong>Explanation: One Main Function the MAIN function is the POINT of the program where its EXECUTION starts. Consequently, only one Main function can EXIST in any executable. |
|