Computer Science, asked by VIJITHJP, 1 year ago

what is the structure of c++

Answers

Answered by krishp4204
2

Structure of a C+ + Program. 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.

PLS MARK IT AS BRAINLIEST PLS

Answered by IshikaMajumder
1

Answer:It is the structure of C++ Program

# include ( iostream. h)

int main ( )

(

cout (("My program"(( endl ;

return 0;

)

Explanation:

It might help you

Similar questions