How many main functions can be used in a C program?
Answers
Answered by
3
Answer:
one function
A function is a group of statements that together perform a task. Every C program has at least one function, which is main(), and all the most trivial programs can define additional functions.
Answered by
1
One function
A function is a group of statements that together perform a task. Every C program has at least one function, which is main(), and all the most trivial programs can define additional functions.
I hope my answer helps you......✌
Similar questions