How many main functions can be used in a C program? C
Answers
Answered by
1
Answer: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:
Answered by
0
Answer:
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“.
~~Follow @REDPLANET
~~Follow @REDPLANET
~~Follow @REDPLANET
Similar questions
English,
3 months ago
History,
3 months ago
Chemistry,
3 months ago
Science,
6 months ago
Environmental Sciences,
11 months ago
English,
11 months ago
Computer Science,
11 months ago