Topic: Bit Manipulation Problem / Level: advanced

Problem: Write a program to find the largest integer that can be formed by rotating the bits of a given integer.

Run the code to see the output here...