How many main fuctions can be used in c language
Answers
Answered by
1
Answer:
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. And with preprocessor directives, all of them with the exception of exactly one Main function are removed when the executable is built.
Similar questions
Chemistry,
3 months ago
Math,
3 months ago
Biology,
3 months ago
Computer Science,
7 months ago
Science,
11 months ago
Math,
11 months ago
Social Sciences,
11 months ago