Vidyalelo
Python · Q47

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 47

Q47

What will be the output of the following Python expression? int(1011)?

A.
1011
Answer
B.
11
C.
13
D.
1101

Answer: Option A

Solution

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