Computer Science, asked by sagar124689, 4 months ago

how many main function can be used in c program​

Answers

Answered by Anonymous
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 dilipchorghe470
2

Answer:

it is your answer

Explanation:

hope it will be helpful

Attachments:
Similar questions