Programming - Operators - Discussion

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

 



Q.

_________ operators are used to perform bitwise operations on the binary representation of an integer instead of its numerical value.                         


A. bit shifts B. Relational operator
C. assignment operator "=" D. assignment operator "="

Answer: Option A
Explaination:

 


The bit shifts operators are used to perform bitwise operations on the binary representation of an integer instead of its numerical value.




Discussion

Your Comments Goes here...
NameDiscussion