Question: In C programming. Create the function ConvertStr ( ) that will read a string array argument, and print only vowels ( a , e ,

In C programming. Create the function ConvertStr() that will read a string array argument, and print only vowels (a, e, i,o, u, A, E, I, O, U),
numbers and special characters to the terminal screen. Consonants
(non-vowel letters) and whitespaces are not to be printed.
For example,
Function usage: ConvertStr("Good Evening_120%");
Expected result: ooEei_120%

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!