Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to turn off all bits except the lowest set bit.

Run the code to see the output here...