Q10
What is the result of True ^ False ?
A.
True
AnswerB.
False
C.
None
D.
Error
Answer: Option A
Solution
Answer: Option A
Solution:
The ^ operator performs bitwise XOR on the boolean values, resulting in True.