Programming - Operators - Discussion

You Are Here :: Home > JAVA > Operators - Discussion

 



Q.

___________________ operator performs the bitwise inclusive OR operation on each parallel pair of bits of two operands.                         


A. Bitwise inclusive OR ( | ) B. logica OR
C. logica AND D. Bitwise AND (&)

Answer: Option A
Explaination:

 


Bitwise inclusive OR(|) operator performs the bitwise inclusive OR operation on each parallel pair of bits of two operands.




Discussion

Your Comments Goes here...
NameDiscussion