Answers for "print character in hex"

C++
0

c++ printf char as hex

printf("%02x", (unsigned char) c);
Posted by: Guest on March-05-2020

Code answers related to "print character in hex"

Browse Popular Code Answers by Language