Computer Science, asked by bhagatharshdeep, 10 months ago

how many functions can be used in C language program? ​

Answers

Answered by j10154avneesh
0

Answer:

Explanation:

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.

Answered by meghanabhuvana
1

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.

Hope it helps you

Similar questions