Computer Science, asked by ibb1, 1 year ago

what is an array ? define

Answers

Answered by armman1
4
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.
Answered by mawbleiwelldone
1
Array is a group of related data value grouped together. All the array must be the same data type. [according to tech.defination]
Similar questions