Friday, May 16, 2008

What is the use of Bitwise operators?

Bitwise and operator (&) is used to check that a particular bit is ON (1) or OFF (0) or to unset a particular bit and bitwise OR operator is used to set a particular bit of a constant.

No comments:

Contributors