Computer Science, asked by keesh, 1 year ago

is it possible to have more than one main() in a program




C language

Answers

Answered by sweet12345678
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