How many main functions can be used in the C language program?
Answers
Answered by
2
Answer:
i hope 2 or 3 shayad not confirmed mate
Answered by
1
Answer:
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. 4) A function can call itself and it is known as “Recursion“.
Similar questions