J
John
printf("Hex = %#x\n", 28); will print out 0x1c
What if I want to print 0x001c for 16-bits?, or even 0x0000001c with
32-bits?
can i adjust the format in my case?
please advice. thanks!!
What if I want to print 0x001c for 16-bits?, or even 0x0000001c with
32-bits?
can i adjust the format in my case?
please advice. thanks!!