How many main functions can be used in c program?
Answers
Answered by
12
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.
Answered by
14
2 types of main functions are present in C language. But only one main function can be used in one program
Similar questions
Math,
4 months ago
Biology,
4 months ago
Economy,
8 months ago
Accountancy,
8 months ago
Math,
11 months ago