C program to print vowels in a string

C program to print vowels in a string

Output:

Enter a string to print its vowels:
CodeRegister
The vowels in given string "CodeRegister" are:
o e e i e

Implementation: