Question: 4) Write a C program that reads in a string from the user, removes all vowels from the string, and then prints the modified string.

4) Write a C program that reads in a string from the user, removes all vowels from the string, and then prints the modified string. The program should be case-insensitive, so it should remove both uppercase and lowercase vowels. For example, if the user enters the string 'Hello World!', the program should print out 'HII Wrd!'. If the user enters the string 'This is a test', the program should print out 'Ths s tst
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
