Vidyalelo
Python · Q103

MCQs for Python Strings: Exam

Programming · Python · question 103

Q103

What will be the output of the following Python code? print(0xA + 0xB + 0xC)

A.
0xA0xB0xC
B.
Error
C.
0x22
D.
33
Answer

Answer: Option D

Solution

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