Tuesday, April 17, 2007

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 (~).


SOURCE : www.referjava.com

No comments: