34,333
edits
Changes
→Bitwise Right Shift
When executed, the above code will report the result of the shift as being 85, which equates to binary 01010101.
== Compound Bitwise Operators ==
As with the arithmetic operators, each bitwise operator has a corresponding compound operator that allows the operation and assignment to be performed using a single operator: