How many main functions can be used in a c program
Answers
Answered by
2
Every C program has at least one function, which is main(), and all the most trivial programs can define additional functions.
Answered by
0
Answer:
Every C program has at least one function, which is main(), and all the most trivial programs can define additional functions.
I HOPE THIS ANSWER HELPS YOU...
Similar questions