

InterviewSolution
Saved Bookmarks
1. |
Which of the following represents the bitwise XOR operator?(a) &(b) ^(c) |(d) !I have been asked this question by my school principal while I was bunking the class.Asked question is from Bitwise topic in portion Precedence and Associativity, Bitwise & Boolean of Python |
Answer» The correct OPTION is (B) ^ |
|