Monday, January 5, 2009

Bitwise operations IN c programming Language

Bitwise operations

Bitwise operators include:

& AND
&= AND
| OR
|= OR
^ XOR
^= XOR
~ one's compliment
<< Shift Left
<< Shift Left
>>= Shift Right
>>= Shift Rig


read more....................

No comments:

Blog List