Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function that finds the number of trailing 0s in the binary representation of the factorial of a number.

Run the code to see the output here...