Best Algorithm for Bit Reversal ( from MSB->LSB to LSB->MSB) in C - Stack Overflow
What is the best algorithm to achieve the following: 0010 0000 => 0000 0100 The conversion is from MSB->LSB to LSB->MSB. All bits must be reversed; that is, this is not ......