All C programs contain one function with the name?
a. main() b. Void() c. aim() d. None
Answers
Answered by
0
Answer:
A function call can be optional in a program. C program has at least one function; it is the main function (). Each function has a name, data type of return value or a void, parameters. Each function must be defined and declared in your C program.
Similar questions