← Back to Printing
Question 176
Hexadecimal Output
Hexadecimal Output
The integern = 255is given. Print it in lowercase hexadecimal using%x: ff Do not hardcodeff— letprintfconvertnwith%x.
Expected Output:
ff
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.