Question
Choose the option that contains only valid hexadecimal integers.
A
0x9F, 0xbcd, 0x1
B
037, 00x, 01000
C
0x561u, 0x9h, 0xdd
D
H9F, HFF, HAA
Answer & Explanation
Option: [D]
The base of Hexadecimal number system is 16. It contains 0 to 9 and A,B,C.D,E,F to represent zero to fifteen.