Computer Science, asked by syedaalina, 1 year ago

write the general structure in C plus plus​

Answers

Answered by BRANDEDjaat
0

Explanation:

C++ program structure is divided into various sections, namely, headers, class definition, member functions definitions and main function. ... A simple C++ program (without a class) includes comments, headers, namespace, main() and input/output statements.

Attachments:
Similar questions