Briefly explain the three components in the structure of a C++ program.
Answers
Answered by
5
Answer:
In C++, a program is divided into the following three sections: Standard Libraries Section. Main Function Section. Function Body Section.
Answered by
1
A C++ program is structured in a specific and particular manner. In C++, a program is divided into the following three sections:
Standard Libraries Section
Main Function Section
Function Body Section
Similar questions