Vidyalelo
C Programming · Q126

Arrays and Strings

Programming · C Programming · question 126

Q126

Which among the following option is the full set of character class Hexadecimal digits?

A.
{ 0 1 2 3 4 5 6 7 8 9 A B C D E F }
B.
{ 0 1 2 3 4 5 6 7 8 9 a b c d e f }
C.
{ 0 1 2 3 4 5 6 7 8 9 A B C D E F a b c d e f }
Answer
D.
{ 0 1 2 3 4 5 6 7 8 9}

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board