Computer Science, asked by monymohan0032, 5 months ago

How many main functions can be used in a C program?

a) 2

b) 3

c) 1

d) 4

Answers

Answered by itzdreamer44
3

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“

Answered by komalatejasri
4

Answer:

4 functions can be used in a c program

Explanation:

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“

plz mark me as brainlista nd plz follow me guys plz plz

Similar questions