Explain different bitwise operators in C++
Answers
Answered by
0
Answer:
C++ Bitwise XOR Operator
The bitwise XOR ^ operator returns 1 if and only if one of the operands is 1. ... Let a and b be two operands that can only take binary values i.e. 1 or 0.
Similar questions