Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a program that finds the highest power of 5 that divides a given number using bit manipulation.

Run the code to see the output here...