Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function to find the position of the rightmost unset bit in a binary number.

Run the code to see the output here...