How many main functions can be use in the C Language Program ?
Answers
Answered by
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