Skip to content

Left Shift Operator

IsaacShelton edited this page Mar 21, 2022 · 1 revision

<< Operator

The << operator is used for performing the bitwise arithmetic left-shift operation.

1 << 2
Clone this wiki locally