Saturday, 7 September 2013

how to represent number bigger than long in c

how to represent number bigger than long in c

I want a variable to represent the number 600851475143 in C but this value
is larger than the maximum value of long i.e 2147483647.What data type
should I use?

No comments:

Post a Comment