Why structure is used in C?
Answers
Answered by
1
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. It is somewhat similar to an Array, but an array holds data of similar type only. ... In structure, data is stored in form of records.
Explanation:
i hope it will help you
Give thanks
please make me as brianleaist
Answered by
0
MARK ME BRAINLIEST
Explanation:
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. It is somewhat similar to an Array, but an array holds data of similar type only. ... In structure, data is stored in form of records.
Hope it help you
Similar questions