Topic: Bit Manipulation Problem / Level: advanced

Problem: Write a program to count the number of bits needed to convert integer A to integer B.

Run the code to see the output here...