Answers for "print hex value of char in 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