WR Home Topic Home | Chapter: 1 2 3 |
<Previous | Next> |
Chapter 03
Commonly used bit-manipulation functions
Page 17
Some Questions on Bit Manipulation
Question:
Write a program to swap odd and even bits in an integer with as few instructions as possible (e.g. bit 0 and bit 1 are swapped, bit 2 and bit 3 are swapped and so on).
Reference (Book):
Craking the coding interview (Fifth Edition)
Gayle Laakmann McDowell
(Detailed solution is given in book)
WR Home Topic Home | Chapter: 1 2 3 |
<Previous | Next> |