Chapter 17 : Bitwise Operators



Bitwise Operators

In Swift Programming we can perform operations of bits (binary 0s and 1s) using Bitwise operators.





Bitwise AND (&)







Bitwise OR (|)







Exclusive OR (^)