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 a specified position.
Users have to specify the position where the element to be inserted and the element which to be inserted.
Here POSITION given by the user is the INDEX value.