Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to reverse the bits in an 8-bit unsigned integer.

Run the code to see the output here...