Computer Science, asked by JohnDoe28, 1 month ago

What is an Array? Explain it.

Answers

Answered by anant007tiwari
1

Answer:

What is an Array ? Explain it !!

Explanation:

An array is a data structure that contains a group of elements. Typically these elements are all of the same data type, such as an integer or string. Arrays are commonly used in computer programs to organize data so that a related set of values can be easily sorted or searched. ( plz mark me Brain list answer plz ? )

Answered by dp2969166
0

Answer:

array is defined as an ordered set of similar data items. All the data items of an array are stored in consecutive memory locations in RAM. The elements of an array are of same data type and each item can be accessed using the same name.

Similar questions