draw and explain basic structure of c program
Answers
Answered by
4
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.
Similar questions