twitterfacebookgoogle plusrss feedemail

How to check a letter is Vowel or not



To check a letter is Vowel or not using C programming

just copy the bellow code and paste it to your TurboC software. And then run the program.




#include<stdio.h>
#include<conio.h>


void main()
{
  char ch;
  clrscr();
  printf("enter any charcter : ");
  scanf("%c",&ch);
  switch(ch)
  {
    case 'A' :
      printf("%c is a vowel",ch);
      break;
    case 'E' :
      printf("%c is a vowel",ch);
      break;
    case 'I' :
      printf("%c is a vowel",ch);
      break;
    case 'o' :
      printf("%c is a vowel",ch);
      break;
    case 'u' :
      printf("%c is a vowel",ch);
      break;
    default:
      printf("%c is not a vowel",ch);
  }
  getch();
}



Kindly Share This Post »»

Author Box by ENGINEER's TIPS

About the Author

I am Arpan Paramanik From India and i am the founder of the blog ENGINEER's TIPS.I Very Much interest in blogging by reading articles online. Mine thirst for learning latest web technologies like HTML, CSS, C, C++ and JavaScript equipped me with an art of web designing. I am now a good designer…’

0 comments:

Post a Comment

 

Wikipedia Search

Search results

Total Pageviews

Recent Comments

If you are facing any problem in this site, or any link is not working then please

Contact us

Name

Email *

Message *

 
To Top To Bottom Auto Scroll Stop Scroll