0
8.8kviews
What is purpose and use of Structure in C
1 Answer
1
1.5kviews

Purpose of structure in C :

  1. Structure is a user-defined data in C language will allows us to combine data of different types together.

  2. Structure helps to construct a complex data type which is more meaningful.

  3. It is similar to an array, but an array holds dada of similar type …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.