Skip to content
C

Code to Character

Easyjava

Read an integer between 33 and 126 and print the character it represents by casting it to char.

Input: one integer in the range 33..126.

Output: one line — the character with that code.

Input (stdin)

Output

Run your code to see output here...