Write a C/C++ program to take an array as input from user. Now insert a new
element at any specified position by user and display the new array.
For example, the user entered an array 2, 4, 6, 2, 4, 8,9. Display this array on
output screen. Now insert a new element say, 5 at 4th position so the...