14! = 1278945280
807606Mar 16 2007 — edited Mar 18 2007Hi,
For numbers greater than the size of int variable, e.g. 14! = 1278945280.
Is there anyway that I can do to count the zeros in the factorial without changing the type of int, and without using long or BigInteger.