Computer Science, asked by nntmbajpai, 17 days ago

What is the purpose of structures in C language?​

Answers

Answered by havyadarji2007
3

★᭄ꦿ᭄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

Answered by toobaismail06
3

Answer:

C Structures. 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