Computer Science, asked by N5evi0dhikedinaDu, 1 year ago

Definition of Array
Define array?

Answers

Answered by MVB
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 Oreki
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