Define the following with the help of truth table:
Bitwise OR
3 Likes
Bitwise OR operator results in high (1), if either or all of its operands are high otherwise low (0).
Answered By
2 Likes
Bitwise NOT
Bitwise AND
If m = 5, n =2; what will be the output of m and n after execution?
(a) m -= n
(b) n = m + m/n;
Bitwise XOR