Changes

Jump to: navigation, search

Objective-C Operators and Expressions

13 bytes added, 20:14, 7 October 2009
Bitwise XOR
== Bitwise XOR ==
The bitwise XOR (commonly referred to as ''exclusive OR'' and represent by the caret '^' character) performs a similar task to the OR operation except that a 1 is placed in the result if one or other corresponding bit positions in the two numbers is 1. If both positions are a 1 or a 0 then the corresponding bit in the result is set to a 0. For example:
<tt>10101011 AND</tt><br>

Navigation menu