0
3.8kviews
Enlist bitwise operators in C language. Explain any 2 with examples.
1 Answer
0
82views

Bitwise AND operator &

The output of bitwise AND is 1 if the corresponding bits of two operands is 1. If either bit of an operand is 0, the result of corresponding bit is evaluated to 0. Let us suppose the bitwise AND operation of two integers 12 and 25. …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.