Question:What does the ^ operator do?
A Bitwise OR B Bitwise XOR C Logical AND D None
+ AnswerB
+ ExplanationThe ^ operator returns 1 for differing bits.
+ Report