Answers for "print char in hex code c++"

C++
0

c++ printf char as hex

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

Browse Popular Code Answers by Language