Use of Structures in C Programming ‘struct’
So far I think you have already read our tutorial on ‘Understanding Use of Arrays in C Programming. Unlike array, a structure is a package of one or usually more variables which are grouped under a single name. Structures are not like arrays: a structure can hold any mixture of …