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
Get step-by-step solutions from verified subject matter experts
