Topic: Bit Manipulation Problem / Level: intermediate

Problem: Implement a function to reverse the bits of a given integer.

Run the code to see the output here...