Computer Science, asked by chetali2709, 7 months ago

why array is been used in programming languages???​

Answers

Answered by Anonymous
2

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. ... All arrays consist of contiguous memory locations.

Answered by kartiksharma7789
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. ... All arrays consist of contiguous memory locations.

Similar questions