1.

Define structure. What is its use?

Answer»

Structure is a user – defined which has the combination of data items with different data types. This allows to group of variables of mixed data types together into a single unit. The structure provides a facility to store different data types as a part of the same logical element in one memory chunk adjacent to each other.



Discussion

No Comment Found