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

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

From NetSec
Jump to: navigation, search
(Created page with "<noinclude>{{subpage|Bitwise math}}</noinclude> {{info|<center>XOR is a bitwise comparison operator that returns a true bit if the compared bits in question are different. If the...")
 
(No difference)

Revision as of 07:12, 19 July 2012

back to Bitwise math


c3el4.png
XOR is a bitwise comparison operator that returns a true bit if the compared bits in question are different. If they are the same, it returns a false bit.