1.

What is array of structures? Give an example. 

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];



Discussion

No Comment Found

Related InterviewSolutions