1.

Which of these expressions will isolate the rightmost set bit?

A. x = x & (~x)
B. x = x ^ (~x)
C. x = x & (-x)
D. x = x ^ (-x)
Answer» E.


Discussion

No Comment Found