CJCoding With Joseph

Character from ASCII Code

An ASCII code code = 65 is given. Print the character it represents using %c:

A

The %c conversion turns an integer code into its character.

Expected Output:

A
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.