Implement the function
int nzeros_fact(int x);
which returns the number of ending zeroes in its factorial.
Take into account that ending zeros correspond to powers of and, for each , the corresponding number of zeroes is
Input consists of an integer number.
It holds @x@.
You only need to submit the required procedure; your main program will be ignored.
Input/Output