Changes

Jump to: navigation, search

Objective-C Operators and Expressions

211 bytes added, 14:31, 8 October 2009
Bitwise Right Shift
When executed, the above code will report the result of the shift as being 85, which equates to binary 01010101.
 
== Compound Bitwise Operators ==
 
As with the arithmetic operators, each bitwise operator has a corresponding compound operator that allows the operation and assignment to be performed using a single operator:

Navigation menu