C program to print vowels in a paragraph
Output:
Enter the paragraph & press 'tab' key to terminate:
CodeRegister
is a learning
portal for
computer science
aspirants
The vowels in given paragraph "CodeRegister
is a learning
portal for
computer science
aspirants" are:
Output:
Enter the paragraph & press 'tab' key to terminate:
CodeRegister
is a learning
portal for
computer science
aspirants
The vowels in given paragraph "CodeRegister
is a learning
portal for
computer science
aspirants" are:
o e e i e i a e a i o a o o u e i e e a i a
Implementation: