How many main functions can be used in language c
Answers
Answered by
1
Answer:
One.
Explanation:
There should only be a single "main" function from which the actual program will be executed. However you can use User-defined functions as much as you like.
Answered by
0
2 types of main functions are present in C language. But only one main function can be used in one program
Similar questions