Computer Science, asked by rushimm, 1 month ago

what is the limit for number of function in a C program​

Answers

Answered by bhartishree1996
2

Answer:

There is no limit for the number of function in C program.You can declare as much function u want according to the program requirements.

Answered by adventureisland
0

The number of functions that may be performed is limitless.

Limit of function in a C program​ :

  • The number of functions that may be performed is limitless.
  • The number of functions that may be performed is limitless. A program written in C can have as many functions as it desires. "Recursion" refers to a function's ability to call itself.
  • This means that you can include as many packages or header files as you wish in your application.
Similar questions