Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to find the maximum power of 2 that divides a given number.

Run the code to see the output here...