Question: This is in C, not C++. Write a program that takes a character as input and outputs one of the four options below. In addition,
This is in C, not C++.

Write a program that takes a character as input and outputs one of the four options below. In addition, the program should print the ASCII number of the character. (Lowercase letter) (Uppercase letter) (Digit 0 to 9) (Otherwise: special character) This is a sample output. Enter a character: f This character is a lowercase letter. Its ASCII code is 102 Enter a character: + This character is a special character. Its ASCII code is 43
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
