What is the purpose of structures in C language?
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.
Explanation:
Similar questions