Hello..!!!
Guys who want to learn basic programming of c, c++, java, and play with programming logix , this is the best site. please visit "playwithlogix.blogspot.in" once time.
Saturday, 27 December 2014
Function to check vowel.
Function to check vowel.
int check_vowel(char a)
{
if(a >='A'&& a <='Z')
a = a +'a'-'A';/* Converting to lower case or use a = a + 32 */
if(a =='a'|| a =='e'|| a =='i'|| a =='o'|| a =='u')
No comments:
Post a Comment