Next: Relational expressions, Previous: Arithmetic operations, Up: Expressions [Contents][Index]
The ‘<<’ represents a bitwise shift left operation, which shifts the binary representation of the operand on its left by the number of bits given by the operand on its right.
Similarly, the ‘>>’ represents a bitwise shift right.