Computer Science, asked by jaskaransingh119981, 6 months ago

(How many main functions can be used in the C language program?)​

Answers

Answered by pdey43230
0

Answer:

sure answer is below

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 indrajeet13062
2

Answer:

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. 4) A function can call itself and it is known as “Recursion“.

Explanation:

I think it is helpful for you.

please follow me.

Similar questions