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 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
Answer The program asks the user to input an alphabet checks whether it i... View full answer
Get step-by-step solutions from verified subject matter experts
