Which term refers to a data structure that stores a fixed-size sequential collection of elements of the same type?
- A. Interpretation
- B. Function
- C. Array ✓
- D. Recursion
Correct answer
C. Array
Explanation
Array refers to a data structure that stores a fixed-size sequential collection of elements of the same type.