Give me clue to do this task..how to make function of substr..?
write a program that prompt the user to input a string .the program then use the function substr to reove all the vowels from the string.e.g if str="there" then after removing str="thr".
No comments:
Post a Comment