how many main fuctions can i used in c language program ?answer in a single line
Answers
Answered by
22
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.
Similar questions
Science,
4 months ago
Computer Science,
4 months ago
Math,
4 months ago
Physics,
8 months ago
Math,
11 months ago