Computer Science, asked by Rishirajkapoor5941, 8 months ago

How many main functions can be use in the C Language Program ?

Answers

Answered by adityasrivastava6578
3

Answer:

So we can have one and only one main() function in a program. Let us suppose we are havin two main() functions in a program. When we run the program the compiler will search for the main() function.

Explanation:

Similar questions