30 March 2016

Bitwise operators in C with detail analysis and examples

Bitwise operators

Why bit operators is required to learn

Because when we want to do embedded programming .it is necessary to know bit operation because we want to interact directly to hardware.
In bit operation, 6 terms are used.
Left shift, right shift,AND,OR,negation(~) and exor.

Ads Inside Post

Contributors