Computer Science, asked by dheeraj4567yadav, 10 months ago

what is mean by array​

Answers

Answered by Anonymous
5

Answer:

an array data structure, or simply an array, that contains a group of elements

Answered by Nichelle63
1

Answer:

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

Similar questions