Sail E0 Webinar
Question

Which of these expressions will isolate the rightmost set bit?


Options:
A .  x = x & (~x)
B .  x = x ^ (~x)
C .  x = x & (-x)
D .  x = x ^ (-x)
Answer: Option C

None.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers