Question: Write a C program that ask the user to input an alphabet, to checks whether an input alphabet is a Vowel or Constant (Both

Write a C program that ask the user to input an alphabet, to checks whether an input alphabet is a Vowel or Enter a character: k k is a Constant character. Enter a character: A A is a Vowel character. Screen Shot

Write a C program that ask the user to input an alphabet, to checks whether an input alphabet is a Vowel or Constant (Both lower-case and upper-case are checked). Declare a function called checkAlphabet that checks whether an input alphabet is a Vowel or Constant. Call this function from main() and print the result in the function. The output will be as following: : 3 Screen Shot 2023-01-12 at 9.01.07 AM.png Enter a character: k k is a Constant character. Enter a character: A A is a Vowel character. Screen Shot 2023-01-12 at 9.01.07 AM.png X

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Answer The program asks the user to input an alphabet checks whether it i... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!