Featured image of post Print Only Vowels In C - In this example, you will learn to check whether an alphabet entered by the user is a vowel or a consonant.

Print Only Vowels In C - In this example, you will learn to check whether an alphabet entered by the user is a vowel or a consonant.

To solve this problem, we will iterate the string and fix vowels and check for the next sequence.