Programming - Operators - Discussion

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

 



Q.

_________ operator performs the bitwise AND operation on each parallel pair of bits of two operands.                         


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

Answer: Option B
Explaination:

 


Bitwise AND(&) operator performs the bitwise AND operation on each parallel pair of bits of two operands.




Discussion

Your Comments Goes here...
NameDiscussion