Computer Science, asked by sankalpkatyal5476, 1 year ago

How to define array variable as structure object in c?

Answers

Answered by MzAbstruse
2

Explanation:

a array of structres in C can be defined as the collection of multiple structures variables where each variable contains information about different entities. The array of structures in C are used to store information about multiple entities of different data types.

Similar questions