#CProgramtoinsertanelementintothearrayatspecifiedposition
Major Operations that can be performed on arrays are
1. Insertion
2. Deletion
3. Sorting
4. Searching

This video explains the process of inserting an element into an array at specified position.
User have to specify the position where the element to be inserted and the element which to be inserted.
Here POSITION given by user is the INDEX value.