Skip to main content

What do you mean by arrays? Write different types of arrays.


Array :
Array is a derived data type.
When it is necessary to store more than one value under a variable,
user can make use of array. An array is a fixed-size sequence collection of elements of the same data type.
It is simply a grouping of like-data type.

Different types of arrays :
There are three types of arrays. They are,

(i)One dimensional array.
(ii)Two dimensional array.
(iii)Multidimensional array.



Posted By -