Hi Kumari,
For this you can use an integer value as the index and based on the position of element you are deleting you need to increment or decrement index numbers.
For Eg: If 1 is getting deleted retrieve all that have index bigger than the deleted and decrement 1
Hope this helps :)