Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function that returns the number with all bits set after the most significant set bit.

Run the code to see the output here...