What is structure in C language?
Structures are a collection of various data items of different data-types. Like an array, each member in a structure is located next to each other.
Structures are a collection of various data items of different data-types. Like an array, each member in a structure is located next to each other.