Computer Science, asked by sayalidoshi315, 11 hours ago

What is the purpose of structures in C language?​

Answers

Answered by Anonymous
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