Computer Science, asked by MrTSR, 3 months ago

Write a C program to check whether a given character is vowel or consonant.

Answers

Answered by Anonymous
3

Answer:

Program to Check Vowel or consonant

Similarly, the uppercase_vowel variable evaluates to 1 (true) if c is an uppercase vowel and 0 (false) for any other character. If either lowercase_vowel or uppercase_vowel variable is 1 (true), the entered character is a vowel.

Explanation:

Hope it helps you ♥️

Answered by kevinvinu5
2

Hey! Here's your answer, Hope it helps :D

Attachments:
Similar questions