Topic: Bit Manipulation Problem / Level: intermediate

Problem: Create a function that clears the lowest set bit in a number.

Run the code to see the output here...