Home »
MCQs »
SQLite MCQs
An operation that shifts the left operand value left by the right operand's number of bits is known as the ____ (<<)
140. An operation that shifts the left operand value left by the right operand's number of bits is known as the ____ (<<).
- Binary Left Shift Operator
- Binary Left Operator
- Binary Shift Operator
- Binary Right Shift Operator
Answer: A) Binary Left Shift Operator
Explanation:
An operation that shifts the left operand value left by the right operand's number of bits is known as the Binary Left Shift Operator.