Structures:
The Structures are data structures which group together values which are logically related in what are known as the fields of structure. The benefit of structures is that the fields are named, that helps to make it clear what are the values that are stored in the structure. Though, structure variables are not the arrays. They do not have elements; therefore it is not possible to loop through values in the structure.