+1 vote
in Class 12 by kratos

What is array of structures? Give an example.

1 Answer

+3 votes
by kratos
 
Best answer

The array of structures is a collection of array elements, in which each element is a structure ‘ in an array.

Example: struct student st[ 100];

...