Topic: Bit Manipulation Problem / Level: advanced

Problem: Write a program to reverse the bits of a given 32-bit unsigned integer.

Run the code to see the output here...