Computer Science, asked by mayurkarale2000, 1 month ago

which function is mandatory in c program​

Answers

Answered by sadiqpatel6891
0

header files and main function is mandatory in C program

Answered by Anonymous
0

Answer:

hey mate here is the answer

Explanation:

Function declaration and body are mandatory. A function call can be optional in a program. C programming has at least one function it is the main function (). Each function has name , data type of return value or a void, parameters.

hope it's helpful to you

Similar questions