how many main function can be used in c language
Answers
Answered by
1
Explanation:
Few Points to Note regarding functions in C:
1) main() in C program is also a function. 2) Each C program must have at least one function, which is main(). 3) There is no limit on number of functions; A C program can have any number of functions.
Hey mate here is ur answer please mark me as Brainaliest
Answered by
2
Answer:
one main function
hope it helps u...
Similar questions