Computer Science, asked by vishnuvishu, 5 months ago

explain the structure of c++ programming no​

Answers

Answered by jayashreemc3
2

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.

Answered by abhishekshuklaalps
0

Answer:

Structure is a collection of variables of different data types under a single name. It is similar to a class in that, both holds a collecion of data of different data types.

Similar questions