Which operator sets the bits in the result to 1 only when the corresponding bits in the two operands are both 1?
a) bitwise AND
b) bitwise inclusive OR
c) bitwise exclusive OR
d) bitwise complement
a) bitwise AND
Computer Science & Information Technology
You might also like to view...
The ________ function could be used to make sandbox out of the two words sand and box
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
If using the else keyword in a JavaScript if statement, the else keyword appears immediately after the statement block of the if clause and is accompanied by a statement block of its own.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology