Structures
The structure in C is a user-defined data type that can be used to group items of possibly different types into a single type. Basically, structures are a collection of values of different data types.
EXAMPLE : name (String)
For a student store the f...
gagang.hashnode.dev4 min read