Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function that sets all bits after the least significant set bit to 1.

Run the code to see the output here...