What is Arrays ?
An Array is defined as a set of finite number of homogeneous elements or same data items. It meana an array can contain one type of data only, either all integer or all character etc.
Arrays types
- Single Dimensional array
- Two Dimensional array
- Multi Dimensional array