0
Is it possible to calculate factorial 100 with a C or C++ program ???
my professor challanged me to write code to calculate factorial 100 , can someone help
1 ответ
+ 3
Yes, it is possible. But only using arrays.
See this for more info:
https://discuss.codechef.com/questions/7349/computing-factorials-of-a-huge-number-in-cc-a-tutorial