Skip to main content

Structure In C

Structure is a user-defined data type in c. Structures used to store different types  of data items. Structures used for keeping records(student records, books etc.). So structure is easy to use for group of data items. Here is an example using of structure:



Comments