Computer Science, asked by harikrishnan1252443, 1 month ago

explain about the structure of c programming​

Answers

Answered by Anonymous
0

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. It is somewhat similar to an Array, but an array holds data of similar type only. ... In structure, data is stored in form of records.

Answered by Anonymous
14

\huge\mathfrak\purple{♡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. It is somewhat similar to an Array, but an array holds data of similar type only. In structure, data is stored in form of records.

Similar questions