I don't really get it: 2147483647 is 2^31-1 which is the maximum for a signed int, but if it was a signed int, the overflow wouldn't have happened.
Load More
I don't really get it: 2147483647 is 2^31-1 which is the maximum for a signed int, but if it was a signed int, the overflow wouldn't have happened.
Load More