Structures in C++ Language
Structures in C++ Language
Structure is a collection of variables of different data types under a single name.It is similar to class in
that,both holds a collection of data of different data types.
EXAMPLE OF STRUCTURE:
We have discus structures in details in C language tutorials in my previous lecture so please check
it or click on link :- structure
Comments
Post a Comment