Left Shifts
The left-shift operator causes the bits in shift-expression to be shifted to the left by the number of positions specified by additive-expression. The bit positions that have been vacated by the shift operation are zero-filled
We'll cover the following...
Left shift
The left shift operator is written as <<
.
Integers are stored in memory as a series of ...