1.

How many main functions can be used in the language program ​

Answer»

ong>ANSWER:

the MAIN function is the point of theprogram where its execution starts. Consequently, only one Main function can exist in any EXECUTABLE. But in your source CODE, you may have more than one Main function



Discussion

No Comment Found