Operator Description Example
& Bitwise AND (10==20 & 20==25) false
| Bitwise OR (10==20 | 20==25) false
^ Bitwise XOR (10==20 ^ 20==25) false
~ Bitwise Not (~10)=-10
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.