โ Back to Printing
Question 180
Character from ASCII Code
Character from ASCII Code
An ASCII codecode = 65is given. Print the character it represents using%c: A The%cconversion 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.