What is the result of True & False ?
A. True
B. False
C. None
D. Error
Answer: Option B
Solution (By Examveda Team)
The & operator performs bitwise AND on the boolean values, resulting in False.Related Questions on Bitwise and Boolean
A. True
B. False
C. None
D. Error
Answer: Option B
Join The Discussion