Skip to content

Right Shift Operator

IsaacShelton edited this page Mar 21, 2022 · 1 revision

>> Operator

The >> operator is used for performing the bitwise arithmetic right-shift operation.

100 >> 2
Clone this wiki locally