C program to print number of vowels in a given paragraph
C program to print number of vowels in a given paragraph
Input:
Enter the paragraph & press 'tab' key to terminate:
hi
this is
to count
the number of vowels
in this paragraph
Output:
17
Implementation: