To remove the first and last element in the array, do i just pass &array[ 1 ] as the array to the recursive function. But how do i remove the last element in the array?

thnx