Posts by Emily Glory • 19 points
1 post
-
1
votes0
answers18
viewsQ: How do I do a C function that removes a character typed by the user from the phrase he typed? Unable to do the function
//Ex: if the user type 'hello world' and type 'o' then the program must return the Mund, removing the letter the user typed. #include <stdio.h> #include <string.h> int main(){ char…
casked Emily Glory 19