is it possible to have more than one main() in a program
C language
Answers
Answered by
1
the Main function is the point of the program 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.
Similar questions