Questions about this topic? Sign up to ask in the talk tab.

Bitwise math/Operators/AND

From NetSec
Jump to: navigation, search
back to Bitwise math


c3el4.png
AND returns “TRUE” per true bit in both of the required two operands. True is 1 and false is 0. It operates bit by bit, just like NOT.