Programming Concepts

What does Array refer to?

Correct answer

B. A data structure that stores a fixed-size sequential collection of elements of the same type.

Explanation

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