Computer Science, asked by joshisvt4210, 8 months ago

How many main functions can be used in c program?

Answers

Answered by vikramvlsi
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 suhrutha21
14

2 types of main functions are present in C language. But only one main function can be used in one program

Similar questions