Computer Science, asked by aryapatel53, 3 months ago

All C programs contain one function with the name?

a. main() b. Void() c. aim() d. None​

Answers

Answered by jjd88958
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