Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It seems that in C there are no special conditions for this.
Or a multiple case or make an array of vowels and drive away with another inner loop.
You need to make an array of boolean variables, and assign an index (character code) to each vowel, and set the values to true for these indices. This array is created once and used repeatedly.
Further, in the character string in a loop, check each character. We take its code, turn it into an index - and look in the array, if true, then replace it with a space.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question