Computer Science, asked by karankhosla2867, 8 months ago

how many main functions can be used in the c lenguage program

Answers

Answered by saketkumarsonu27
1

Explanation:

the Main function is the point of the program where its execution starts. Consequently, only one Main function can exist in any executable

Answered by jyothikaanurajesh06
2

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.

Explanation:

Hope it'll help you

Mark me as brainliest

Similar questions