0
Big Number
How to count a big number in C?
4 Antworten
+ 5
what big number ??
Do you mean ""How to find the biggest number from the given numbers"
0
what i mean as big number is number that is bigger than size of long long int
0
the biggest number possible to be represented in c/ cpp is installation/ environment specific.
ANSI specifies max long long int as: ≥+9,223,372,036,854,775,807, but again it's a protocol and not what you get in practical across all systems/implementations.