I\'m attempting to remove a character from a string in C. The problem I am having with my code is that it removes the first instance of the character from the string but als
C defines a string as "a contiguous sequence of characters terminated by and including the first null character"