You are viewing a single comment's thread. Return to all comments →
I didnot understand. please explain me in detail with examples. Having known the fact that i am clear with the following truths.
when we perform AND operation between two integers, the result would be definitely less than or equal to the lowest number among the pair.
when we perform OR operation between two integers, the result would be definitely greater than or equal to the highest number among the pair.
please avoid using the variable k. instead use numbers to explain.
Seems like cookies are disabled on this browser, please enable them to open this website
Day 29: Bitwise AND
You are viewing a single comment's thread. Return to all comments →
I didnot understand. please explain me in detail with examples. Having known the fact that i am clear with the following truths.
when we perform AND operation between two integers, the result would be definitely less than or equal to the lowest number among the pair.
when we perform OR operation between two integers, the result would be definitely greater than or equal to the highest number among the pair.
please avoid using the variable k. instead use numbers to explain.