Posts by cbfshn nggng • 11 points
1 post
-
1
votes1
answer195
viewsQ: Why is the "long int" limit equal to the "int`"?
The boundary of type int is 2147483647, but the type limit long int is also 2147483647. Why the limit has not increased?
1 post
1
votes1
answer195
viewsThe boundary of type int is 2147483647, but the type limit long int is also 2147483647. Why the limit has not increased?