Computer Science, asked by apoorva341, 5 months ago

Explain the structure of c++ No spam!!​

Answers

Answered by mandawesley025
3

Answer:

A structure is a user defined data type in C/C++. A structure creates a data type that can be used to group items of possibly different types into a single type. How to create a structure? 'struct' keyword is used to create a structure.Nov 20, 2019

Answered by sanjay3121
2

Answer:

A C++ program is structured in a specific and particular manner. In C++, a program is divided into the following three sections: Standard Libraries Section. Main Function Section. Function Body Section.

hope this help you

Similar questions