- Array is a
collection of variables of same type known by a one name.
- The
individual elements of an array are referred by their index or subscript value.
- Arrays can
be divided into two categories.
1.
One Dimensional Array
2.
Multi Dimensional Array
1. One Dimensional Array
- The syntax
for declaring a one dimensional array is:
DataType
ArrayName[Size];