00010.  What advantages does an array of data type struct have over a regular array?? Explain

 

The main advantage is that the data elements in a structured data object (struct) need not all be of the same data type.