Home / Programming MCQs / Python MCQs / Question

R

Ram Sharma • 178.09K Points
Coach

Q. What will be the output of this statement?

Code:
print(0xA + 0xB + 0xC)
(A) 33
(B) 63
(C) 0xA + 0xB + 0xC
(D) None of these

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.