Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a function that returns the number of 1 bits in the binary representation of the factorial of a number.

Run the code to see the output here...