hallo,
please i need help with a C programming code that prints the letters A to Z in capital with their ASCII codes in hexedecimal e.g. A = 0x41, B = 0x42 e.t.c. and a corresponding code that gets a decimal number and prints the number and its binary equivalent.e.g 3 = 00000011.
Thanks .
please i need help with a C programming code that prints the letters A to Z in capital with their ASCII codes in hexedecimal e.g. A = 0x41, B = 0x42 e.t.c. and a corresponding code that gets a decimal number and prints the number and its binary equivalent.e.g 3 = 00000011.
Thanks .
Comment