what is structure of c++ language
palakgoswami:
plz tell me the structure of c++ language
Answers
Answered by
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.
Similar questions