-Arrays are widely used in any programming language. It is extremely useful in cases where we need to store the similar set of elements.It helps in reducing the program complexity and increases the programmer’s productivity.
Arrays can be categorized into the following:
1-Single Dimensional array.
2-Double Dimensional array.
3-Multidimensional array.
-Pointer is a variable that is capable to hold the address of another variable.

Material File