Question

Which statement is true of the << operator?
a) It's called the right shift operator.
b) It's called the bitwise right shift operator.
c) It shifts the bits of the second operand left by the number of bits specified by the first operand.
d) It fills from the right with 0 bits.

Answer

This answer is hidden. It contains 3 characters.