实现以下目标的最佳算法是什么:
0010 0000 => 0000 0100
转换从MSB-> LSB到LSB-> MSB.所有位必须反转; 也就是说,这不是字节顺序交换.
c algorithm bit-manipulation
algorithm ×1
bit-manipulation ×1
c ×1