C Program to check given character is vowel or consonant
In this tutorial we are going to learn writing program in C to check a given character is vowel or consonant. To write the complete program we will use if else statement to check input character is equal to vowel or consonant. Before start writing C Program, lets understand about vowel and consonant. What is … Read more