In C, how could I use a command line input to remove certaincharacters from an existing string? For example, if I have string’OXOXO’ and whenever the character ‘N’ is put into the commandline, a character from the existing string would be removed. So ifthe user inputs the string ‘oNoN’ into the command line, the newstring would be ‘OXO’.
Expert Answer
An answer will be send to you shortly. . . . .