Problem Statement: 
Write a C Program to check if given character is digit or alphabet.

Required Knowledge: 
C Input/Output, C Variables,  C Datatypes, ASCII value, C If...else

Solution: 

Explanation: 

  •