Computer Science, asked by kelz21, 1 year ago

The symbols used in bitwise operators are

Answers

Answered by Akshaymas
0
Bitwise operators. C provides six operators for bit manipulation. ...

Shift operators. There are two bitwise shift operators. ...

A simple addition program Example. The following program adds two operands using AND, XOR and left shift (<<). ...

Bitwise assignment operators. ...

Logical equivalents. ...

See also. ...

References. ...

External links.

Attachments:
Answered by nitin178
1
1. |
2. ^
3. >>
4. >>>
hope it will help you
Similar questions