Computer Science, asked by vrindashageela5998, 1 year ago

Write a program that asks the user to type 10 integers of an array in c

Answers

Answered by choudhary21
4
Write a program that asks the user to type 10 integers of an array and an integer value V and an index value i between 0 and 9. The program must put the value V at the place i in the array, shifting each element right and dropping off the last element. The program must then write the final array.
Similar questions