Write a C Program to find the entered character is vowel or consonant.

Write a C Program to find the given character is vowel or consonant. This program is used to find out whether the entered character is vowel or consonant. #include<stdio.h> #include<conio.h>   void main() { ...