quote:
Question 1: Given a character variable, how can you print its ascii value
__toascii(integer)
quote:
Question 2: Taking the input from the keyboard convert it (digit or an alphabet) into the corresponding alphabet or digit (respectively) by using the ascii chart.
Char character = integer should work I think.