Question: 9. Write a C Program using IF, else if-statement and get input from user to check the data is an alphabet, number or symbol. Expected

9. Write a C Program using IF, else if-statement and get input from user to check the data is an alphabet, number or symbol. Expected Output: Example: Input: Enter the character , number or symbol: R Output: You Have Entered an Alphabet. Input: Enter the character, number or symbol: 78 Output: You Have Entered Number. Input Enter the character, number or symbol: & th Output: You Have Entered Symbol. 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
