A structure is a collection of variables of same or different datatypes . It is useful in storing or using informations or databases. Example: An employee’s record must show its salary, position, experience, etc. It all can be stored in one single variable using structures.
Read more