explain about the structure of c program
Answers
Answered by
1
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. ... But structure on the other hand, can store data of any type, which is practical more useful.
Answered by
0
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. ... But structure on the other hand, can store data of any type, which is practical more useful.
Hope it helps you
Similar questions