Topic: Bit Manipulation Problem / Level: advanced

Problem: Create a function to find the highest power of 2 that divides a given number.

Run the code to see the output here...