what is array?... in computer science.... why it is used?
Answers
Answered by
4
- Arrays are commonly used in computer programs to organize data so that a related set of values can be easily sorted.
- 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
0
Answer:
An array is a data structure, which can store a fixed-size collection of elements of the same data type. Anarray 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.
Similar questions