Coding Challenge 2 : Count the Trailing Zeros in Factorial value
Write a program in C++ that determines the number of trailing zeros at the end of N! (N Factorial), where N is an arbitrary number that is input through the keyboard. For example : 6! is 720, so it has one trailing zero.