+ 6
What is Big Integers data type
To find factorial of big numbers
9 Answers
+ 3
More bigger than long long int
+ 3
Ketan Lalcheta
+ 3
Array of 2570
+ 2
đ
+ 2
Can explain it
+ 2
đ
+ 1
SAHIL c++ is not so good unlike other languages when we talk about large data type... for the purpose of finding factorial of big numbers, you may go with string and manipulate by your self.
0
SAHIL refer below code :
https://code.sololearn.com/cm9UP5xCGx3U/?ref=app
in this code, I have just used array to store each digit from a number... instead of array , you can use string as well and each character of string represent digit of a number...
feel free to ask for any query.