ニュース

// Given a string and a character x. Write a function to remove all occurrences of x character from the given string. // Leave the string as it is, if the given character is not present in the string.