KnowledgeBoat Logo

Computer Science

Define the following with the help of truth table:

Bitwise XOR

Java Operators

3 Likes

Answer

This operator result is low (0) for the same values of the operands. The outcome is high (1) for different values.

Truth Table

aba ^ b
000
011
101
110

Answered By

1 Like


Related Questions