write an algorithm, draw a flow chart and develop a ‘c’ program to check whether the entered character is alphabet, digit or special character
Answers
Answered by
0
Answer:
Write a C program to input a character from user and check whether given character is alphabet, digit or special character using if else. How to check if a character is alphabet, digits or any other special character using if else in C programming. Logic to check alphabet, digit or special character in C programming.
Example
Input
Input any character: 3
Output
3 is digit
Similar questions