What is Structure?
An Array is a data structure whose elements are all of the similar data type. The structure is a data structure whose individual elements are able to differ in type and therefore a single structure might contain integer elements, character elements and floating-point elements. Arrays, Pointers and other structures can as well be included as elements within a structure and the individual structure elements are referred to as members. We will observe how structures are defined and how their individual members are processed and accessed within a program.