Computer Science, asked by RainbowHeart, 1 month ago

What is an array????​

Answers

Answered by Anonymous
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.

hope it helps you..

Answered by Ᏸυէէєɾϝɭყ
2

Answer:

  • An array is a container that keeps a specific number of similar data types.

Explanation:

there are 2 main types of array:-

1 ) SINGLE DIMENSIONAL ARRAY ;

Thes a are arrays for which only one index is required to access the elements store in that array.

2 ) MULTIDIMENSIONAL ARRAY ;

These are arrays for which more than one index is required to access the element stored in the specific location in the array.

Similar questions