what is the structure of c++
Answers
Answered by
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
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