Computer Science, asked by sailajarajdv, 10 months ago

Explain the need for array variables

Answers

Answered by priyalondhe1816
0

Answer:

An Array 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.

it is better and convenient way of storing the data of same datatype with same size. it allows us to store known number of elements in it.

Answered by adityachoudhary2956
15

Answer:

Array. 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 incomputer programs to organize data so that a related set of values can be easily sorted or searched.

0.0

I hope is useful for u....... :)

thanks dear ####

Similar questions