Definition of Array
Define array?
Answers
Answered by
14
It is a series of objects all of which are the same size and type. Each object in an array is called an array element.
Answered by
10
An array is a data structure, which can store a fixed-size collection of elements of the same data type. It is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.
Similar questions