how many main function can be used in c program
Answers
Answered by
0
Few Points to Note regarding functions in C:
→ main() in C program is also a function.
→ Each C program must have at least one function, which is main().
→ There is no limit on number of functions; A C program can have any number of functions.
→ A function can call itself and it is known as “Recursion“.
Answered by
2
Answer:
it is your answer
Explanation:
hope it will be helpful
Attachments:
Similar questions