Computer Science, asked by dustu439, 11 months ago

what is array?... in computer science.... why it is used?​

Answers

Answered by Anonymous
4

\bold{\huge{\fbox{\color{Maroon}{♡Hello♡}}}}

  • 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.

\bold{\huge{\fbox{\color{Purple}{♡Thanks♡}}}}

Answered by zaidib740
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