Sunday, May 31, 2009

Bitwise Operators

Bit wise operators perform a bit by bit operation on two operands. They take each bit in one operand and perform with the corresponding bit in the other operand. If one operand is shorter than the other, it will be bit extended with zeros to match the length of the longer operand. A logic table for the bit by bit computation is treated as an x in a bit wise operation.

0 comments:

Post a Comment