6.9 character functions  -  1 6 Notes6.7 function printf() -  1 6.8 Operators -- 2 Bitwise

6.8 Operators -- 2 Bitwise

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

Instructor: Louis Taber, louis.taber.at.pima at gmail dot com (520) 206-6850
My web site in Cleveland, OH
The Pima Community College web site

6.9 character functions  -  1 6 Notes6.7 function printf() -  1 6.8 Operators -- 2 Bitwise