1.

Which of the following statement is true about BitWise OR?

A. It performs a Boolean AND operation on each bit of its integer arguments
B. It is a unary operator and operates by reversing all the bits in the operand.
C. Both A and B
D. It performs a Boolean OR operation on each bit of its integer arguments.
Answer» E.


Discussion

No Comment Found