Question: Write a C program to de-vowel an input string. Assume that the user provides input containing only the characters a through z (i.e., all lowercase
Write a C program to de-vowel an input string. Assume that the user provides input containing only the characters a through z (i.e., all lowercase letters). Your program should create an output string that deletes all vowels from the input string, pushing the letters together to ll any gaps. For example, given the input theturtleandthehare your code should print out thtrtlndthhr. Your program should create an output string from the input string, before printing its output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
