Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

for any factorial numbers in c

int fact=1;
	for(int i=1;i<=100;i++)
	{
		fact=((fact%97)*(i%97))%97;
		
	}
	printf("%d
",fact);
Source by www.shafaetsplanet.com #
 
PREVIOUS NEXT
Tagged: #factorial #numbers
ADD COMMENT
Topic
Name
5+5 =