Posted inClass 9 Computer Engineering Notes
Class 9 | Structure and Union | C Programming Notes
STRUCTURE A structure is user-defined data type that can hold multiple data of the same data types or varying data types. The data items in a structure are referred…