explain the structure of a simple c program
Answers
Answered by
11
Answer:
C - Basic structure of a C program. ... Consists of comments, some description of the program, programmer name and any other useful points that can be referenced later. Link. Provides instruction to the compiler to link function from the library function.
Explanation:
pls mark me as brainliest ❣❣
Answered by
10
These statements form the structure of a C++ program. C++ program structure is divided into various sections, namely, headers, class definition, member functions definitions and main function. ... A simple C++ program (without a class) includes comments, headers, namespace, main() and input/output statements.
Similar questions