Programming Concepts

Which term refers to a data structure that stores a fixed-size sequential collection of elements of the same type?

Correct answer

C. Array

Explanation

Array refers to a data structure that stores a fixed-size sequential collection of elements of the same type.