explain the basic structure of a c program
Answers
Answered by
0
The Documentation Section consists of a set of comment lines giving the name of the program and other details. ... main() function: Every C program must have one main function section. This section contains two parts, declaration and executable part.
Regards,
Similar questions