Question: Write a program to swap odd and even bits of an integer, with as few instructions as possible. For example, bit 0 and bit 1
Write a program to swap odd and even bits of an integer, with as few instructions as possible. For example, bit 0 and bit 1 are swapped, bit 2 and bit 3 are swapped.
*For Visual Studio 2017 C++ programming*
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
