Write a C program to check whether a character is an alphabet or not by Using the switch statement

Write a C program to check whether a character is an alphabet or not by Using the switch statement.

Flowchart of C program to check whether a character is an alphabet or not

Write a C program to check whether a character is an alphabet or not by Using the switch statement

C program to check whether a character is an alphabet or not

Output

Enter a character?

r

r is not an Alphabet.

SFT (Shamil’s Flow Table )

Are you interested to Read about SFT(Shamil’s Flow Table)?

explained program to check whether a character is an alphabet or not