Computer Science, asked by adarshtpx, 1 month ago

Briefly explain the three components in the structure of a C++ program.​

Answers

Answered by Anonymous
5

Answer:

In C++, a program is divided into the following three sections: Standard Libraries Section. Main Function Section. Function Body Section.

Answered by Aaaryaa
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