what is structure in c language
Answers
Answered by
0
- Structures. Advertisements. Arrays allow to define type of variables that can hold several data items of the same kind. Similarly structure is another user defined data type available in C that allows to combine data items of different kinds.Structures are used to represent a record.
Answered by
7
Answer:
Structure is a user defined datatype in C language which allows us to combine data of different types together. Structure helps to construct a complex data type which is more meaningful.
Similar questions