Practice ยท 4 of 4
Vowel Censor
Implement void censor(char* s) replacing every vowel (a/e/i/o/u, both cases) IN PLACE with '*'.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: String Library Practice
Practice ยท 4 of 4
Implement void censor(char* s) replacing every vowel (a/e/i/o/u, both cases) IN PLACE with '*'.
Difficulty: beginner
Back to lesson: Practice: String Library Practice