C&c tiberium essence

broken image
broken image
broken image
broken image

Similar to bitwise AND, bitwise OR performs logical disjunction at the bit level. The most significant bit of the first number is 1 and that of the second number is also 1 so the most significant bit of the result is 1 in the second most significant bit, the bit of second number is zero, so we have the result as 0. Bitwise binary AND performs logical conjunction (shown in the table above) of the bits in each position of a number in its binary form.įor instance, working with a byte (the char type): It is just a representation of AND which does its work on the bits of the operands rather than the truth value of the operands. The bitwise AND operator is a single ampersand: &.