using System;
class VarAccess
{
class AccessCls
{
public int num1 = 123;
// int num2 = 54;
}
static void Main()
{
AccessCls cls = new AccessCls();
int num1 = 98;
Program to find the number of zeroes in the factorial of a number( tried Upto 10000000000), in a fraction of a second.
Got the answer for 1000000000 in 0.005 seconds. Run It Now!