Computer Science, asked by padmajairam1, 3 months ago

List out the array types?​

Answers

Answered by sajshet
3

Answer:

Array: collection of fixed number of components (elements), wherein all of components have same data type.

One-dimensional array: array in which components are arranged in list form.

Multi-dimensional array: array in which components are arranged in tabular form (not covered)

mark me as brainlist

Answered by keshavsharma938
1

Answer:

One dimensional (1-D) arrays or Linear arrays: In it each element is represented by a single subscript. The elements are stored in consecutive memory locations. ...

Multi dimensional arrays: (a) Two dimensional (2-D) arrays or Matrix arrays: In it each element is represented by two subscripts.

Similar questions