5.9 character functions  --  1 5 Notes5.7 function printf() --  1 5.8 Operators -- 2 Bitwise

5.8 Operators -- 2 Bitwise

& Bitwise AND
| Bitwise OR
^ Bitwise XOR
<< Left shift
>> Right Shift
~ one's complement (unary)

Instructor: ltaber@pima.edu ** My new Home at GeoApps in Tucson ** The Pima College Site

5.9 character functions  --  1 5 Notes5.7 function printf() --  1 5.8 Operators -- 2 Bitwise