If an item is inserted in position k of a list of n items, which of the following is true?

The item in position n will be moved to position n+1
  • The item in position k will be removed
  • The item in position k will be replaced with the item from position k+1
  • The item in position k will be replaced with the item from position k-1
  • The item in position n will be moved to position n-1

There are no hints for this question