Question: This is the question: Input: leetcodeisacommunityforcoders Output: ltcdscmmntyfrcdrs Example 2: Input: aeiou Output: // everything below is what I tried doing.... but it doesnt

This is the question:

Input: "leetcodeisacommunityforcoders" Output: "ltcdscmmntyfrcdrs" 

Example 2:

Input: "aeiou" Output: ""

// everything below is what I tried doing.... but it doesnt work right...

char * removeVowels(char * str1) { char *str2[25]; int i,j=0; for (i =0; i

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!