Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function that finds the position of the first 1 bit from the left in a binary number.

Run the code to see the output here...