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.
Loading...
Related Quiz
- What is the time complexity of the bubble sort algorithm in the best case?
- The function ________ is used to find the first occurrence of a character in a string in C.
- When you increment a pointer in C, it advances the pointer by the size of the type to which it points, which is known as ________.
- How does a double pointer differ from a single pointer?
- The preprocessor directive ________ is used to include libraries in a C program.