c program to count aeiou in sentence
C program to count no of vowel in a word
c program to count aeiou in word
count aeiou in sentence in c program
Program:-
C program to count no of vowel in a word
c program to count aeiou in word
count aeiou in sentence in c program
Program:-
click here to download Code
Output:-
Enter a sentence
how are you
count of a=1
count of e=1
count of i =0
count of o=2
count of u=1
digit=0
Enter a sentence
aboutcodes.com
count of a=1
count of e=1
count of i =0
count of o=3
count of u=1
digit=0
Leave reply
Add your comments here