Vidyalelo
Python · Q60

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 60

Q60

What will be the output of the following Python expression? ~100?

A.
101
B.
-101
Answer
C.
100
D.
-100

Answer: Option B

Solution

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