A C Program to insert an element in the given array arr={1,2,3,4,5,6} by taking the input of the Index at which element is to be inserted and the Number to be inserted from the user.