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
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