Answers

Question and Answer:

  Home  J2SE

⟩ What is bitwise operator?

An operator that manipulates the bits of one or more of its operands individually and in parallel. Examples include the binary logical operators (&, |, ^), the binary shift operators (<< , >>, >>> ) and the unary one's complement operator (~).

 140 views

More Questions for you: