Bitwise XOR Operator ^ Example Part 1

Опубликовано: 18 Март 2026
на канале: Rumman Ansari
344
0

Bitwise XOR Operator ^ :
..........................................
BIT WISE OPERATORS IN C:
These operators are used to perform bit operations. Decimal values are converted into binary values which are the sequence of bits and bit wise operators work on these bits.
Bit wise operators in C language are (bitwise AND), (bitwise OR), ~ (bitwise OR), (XOR), (left shift) and (right shift).