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

Difference between revisions of "Bitwise math/Operators/AND"

From NetSec
Jump to: navigation, search
(Created page with "<noinclude>{{subpage|Bitwise math}}</noinclude> {{info|<center>'''AND''' returns “TRUE” per true bit in both of the required two operands. True is 1 and false is 0. It operat...")
 
(No difference)

Revision as of 07:17, 19 July 2012

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.