Computer Science, asked by adhilsonu2683, 9 months ago

How many main functions can be used in language c

Answers

Answered by thebeast8416
1

Answer:

One.

Explanation:

There should only be a single "main" function from which the actual program will be executed. However you can use User-defined functions as much as you like.

Answered by suhrutha21
0

2 types of main functions are present in C language. But only one main function can be used in one program

Similar questions