Bitwise Operators Operators that performs on bits (0 or 1) are known as bitwise operators. There are six bitwise operators & AND | OR ^ XOR ~ NOT >> Right Shift > Left shift >2; printf(“%d”,x); return(0); } Output: 3
Bitwise Operators Operators that performs on bits (0 or 1) are known as bitwise operators. There are six bitwise operators & AND | OR ^ XOR ~ NOT >> Right Shift > Left shift >2; printf(“%d”,x); return(0); } Output: 3