Hi i want to implement this program where when the user inputs the index, that particular element is deleted and the next array element takes its place. E.g. the array has 9 clusters, I want to remove the 4th cluster so that the 5th cluster takes its place and the 6th takes the 5th's place and so on and the last cluster becomes empty (basically shifting), how do i achieve this?
↧