0

I have a unsigned char array [32]="1A2B3C4D5E"; this array has string having hex values so now how can I print it? Please help

%s is giving wrong unrecognised characters %X is giving error

I want to print using hexdump

  • 1
    Does this answer your question? [Convert hex string (char \[\]) to int?](https://stackoverflow.com/questions/10156409/convert-hex-string-char-to-int) – Dan Bonachea Dec 09 '22 at 23:12

0 Answers0