Computer Science, asked by dheeraj23dtc, 7 months ago

Write a c program to remove or delete vowels from a string, if the input string is "c programming" then output will be "c prgrmmng". In the program we create a new string and process entered string character by character, and if a vowel is found it is not added to new string otherwise the character is added to new string, after the string ends we copy the new string into original string. Finally, we obtain a string without any vowels

Answers

Answered by mahirjaiswalX
1

Answer:

don't know what you think you are asking mee

Similar questions