explain the basic structure of a C program with an example
Answers
Answered by
1
Answer: Basically structure of the C program is divided into six different sections, Documentation section: The Documentation section consists of a set of comment lines. Link section: The link section provides instruction to the compiler to link the header files or functions from the system library.
Explanation:
Similar questions