Computer Science, asked by Lussa, 6 months ago

How many main functions can be used in the C language program

Answers

Answered by Pablu
0

Answer:

Explanation:

  • Each C program must have at least one function, which is the main().
  • There is no limit on the number of functions. A C program can have an unlimited number of functions.
  • Make sure all function names are different during the function declaration, otherwise it might create problems.
Answered by ItsNewton23
9

Answer:

one main function

hope it helps u .....

Similar questions