Is it possible to calculate factorial 100 with a C or C++ program ??? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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

21st Oct 2017, 7:57 AM
Vedansh Sahu
Vedansh Sahu - avatar
1 Antwort
+ 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
21st Oct 2017, 8:19 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar