Software
C Structure Union with Examples
Structure in c is a user define data type that enables us to store the collection of different data types. Structures simulate the use of classes and templates as it can store various information. The struct keyword is use to define the structure is knows as Structure.