How many main functions can be used in the C language program?
Answers
Answered by
0
Explanation:
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.
Answered by
0
Every C program has at least one function, which is main(), and all the most trivial programs can define additional functions. You can divide up your code into separate functions.
PLZ MARK ME AS BRAINLIEST!!!!!!!!!
Similar questions
Science,
4 months ago
Computer Science,
8 months ago
History,
8 months ago
Chemistry,
1 year ago
Math,
1 year ago