Computer Science, asked by Rkaran6722, 7 months ago

Describe the major parts of C++program or structure of C++ program

Answers

Answered by rs869radia
3

Answer:

please thanks my answers

Answered by Anonymous
0

Programs are a sequence of instructions or statements. 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.

Similar questions