Respuesta :

An array is a group of related data elements kept in close proximity to one another in memory.

What is array?

In most programming situations, a significant volume of data of a similar type must be stored.

To store this much data, we must define a lot of variables.

It would be very difficult to remember every variable name while coding the scripts. It is preferable to define an array and keep all the elements inside of it.

In a two-dimensional array, we can access the individual cells by utilizing their indices, much like in a one-dimensional array where data can be retrieved using simply an index.

A single cell has two indices: one is the row number and the other is the column number.

Hence, An array is a group of related data elements kept in close proximity to one another in memory.

learn more about arrays click here:

https://brainly.com/question/28061186

#SPJ4