C Programming and Technical undefined

Write a C program to calculate factorial 100. And then calculate the sum of digits of factorial 100.

Read Solution (Total 2)

C Other Question

Algorithm for snake and ladder game? Enter a number as input and print like this formate while <= input no.
example:-
input no :=8
output=
1
1 2
1 2 4
1 2 4 8