Computer Science, asked by palakgoswami, 1 year ago

what is structure of c++ language


palakgoswami: plz tell me the structure of c++ language

Answers

Answered by Anonymous
1
C++ Structures. In this article, you'll learn about structures in C++ programming; what is it, how to define it and use it in your program. The structure is a collection of variables of different data types under  a single name. It is similar to a class in that, both hold a collection of data of different data types.

palakgoswami: may be its wrong
Anonymous: its not wrong
Similar questions