0
8.8kviews
What is purpose and use of Structure in C
1 Answer
| written 3.1 years ago by |
Purpose of structure in C :
Structure is a user-defined data in C language will allows us to combine data of different types together.
Structure helps to construct a complex data type which is more meaningful.
It is similar to an array, but an array holds dada of similar type …