Structures in C

Structures in C

Structures are user-defined data types that group together variables of different data types under a single name. They act like a composite data type, allowing you to create records that hold related pieces of information.