Physics, asked by golnakondaanuradha, 16 days ago

what is an array?how is it?​

Answers

Answered by lokeshchary78
1

Answer:

In computer science, an array data structure, or simply an array, is a data structure consisting of a collection of elements, each identified by at least one array index or key. An array is stored such that the position of each element can be computed from its index tuple by a mathematical formula

Answered by varshaganesh4
1

Answer:

An array is a data structure, which can store a fixed-size collection of elements of the same data type. An array 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.

Explanation:

Hope this answer helps you.

Similar questions