Bitwise Shifts
Bitwise Shifts – Left Shift Operator > This operator shifts the first operand the specified number of bits to the right. Excess bits shifted off to the right are discarded. Copies of the leftmost bit are shifted in from the left.
Exey Panteleev | CC BY 2.0