InterviewSolution
Saved Bookmarks
| 1. |
What does the following C expression do? x = x & (x-1) (A) Sets all bits as 1(B) Makes x equals to 0(C) Turns of the rightmost set bit(D) Turns of the leftmost set bit |
| Answer» | |