Discuss the importance of arrays
Answers
Answered by
0
★ 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
0
An array is used to store homogenous data i.e data of same type.It stores data sequentially.An array begins with base address 0 and ends with /o character.
Similar questions