Computer Science, asked by bashirmuneeb92, 20 days ago

What is an array explain it's types in detail

Answers

Answered by vasuthemis
0

Explanation:

An Array is a Linear data structure which is a collection of data items having similar data types stored in contiguous memory locations. ... Array Length: The length of an array is defined based on the number of elements an array can store. In the above example, array length is 6 which means that it can store 6 elements.

Answered by Samriddhi678
0

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.

Explanation:

Please mark me as brainliest

Similar questions