0
Can anyone tell me that what is an structure structure data type in C++
2 Réponses
+ 11
Structure is a non primitive user defined datatype.
It is used in C, not in C++ (usually). It can store member data,
the updated version of structure is class which is used in C++
+ 1
oh thank you