Name: Anonymous 2010-09-27 19:45
I'm creating a program in C that factors a really, really large number(600851475143). What data type should I be using?
Also, my compiler told me that I cannot use the modulus operator with the previously stated number and
Also, my compiler told me that I cannot use the modulus operator with the previously stated number and
long type number. How do I fix this?