0
How can assign large numbers in c++
6 Answers
+ 2
If you already have a boost dependency (which many people these days do), you can use the boost multi-precision library. In fact, it already has an example of a factorial program that can support output up to 128 bits, though extending it further is pretty trivial.
+ 1
Yes
0
long long int
0
is it available for number with 100 digits
0
long double.