Computer Science, asked by sisterstallent, 7 months ago

Right route for writing variable and consonant in C language​

Answers

Answered by ramaroy536
0

Answer:

Write a C program to check whether an alphabet is vowel or consonant using if else. How to check vowels and consonants using if else in C programming. C Program to input a character from user and check whether it is vowel or consonant. Logic to check vowel or consonant in C programming.

Example

Input

Input character: a

Output

'a' is vowel

Explanation:

mark me brainliest

Similar questions