โ Back to Printing
Question 295
Character from ASCII Code
Character from ASCII Code
Anint code = 66is given. Print the character that has that ASCII code: B Cast the int to achar.
Expected Output:
B
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.