Vidyalelo
Python · Q45

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 45

Q45

What will be the output of the following Python expression if x=15 and y=12? x & y

A.
b1101
B.
0b1101
C.
12
Answer
D.
1101

Answer: Option C

Solution

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