Topic: Bit Manipulation Problem / Level: intermediate

Problem: Write a program to find the position of the rightmost set bit in a binary number.

Run the code to see the output here...