An array of structures in C allows you to store multiple records, where each record can have ________ of different data types.

  • Elements
  • Fields
  • Files
  • Functions
An array of structures allows you to store multiple records, where each record can have fields of different data types. Fields represent the individual members of each structure.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *