C Program to find whether the given character is Vowel or Consonant
C Program to find whether the given character is Vowel or Consonant
C Program to find whether the given character is Vowel or Consonant. Here, we use the simple if-else statement to check the particular character is Vowel or Consonant.
/*********************************************************** * Author: vinay * Copyright: www.borland-turbo-c.com * version: borland turbo c 3.0 * ***********************************************************/ #include #include int…
View On WordPress








