Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a program to find the highest power of 3 that divides a given number using bit manipulation.

Run the code to see the output here...