29.02.2012, 21:22
Quote:
Well, you should also count the EOF char ('\n') and consider that an integer could have a maximum value of "2147483647", plus the minus in front of it if it's negative.
So, "Hello, i'm a string how have -2147483647 characters\n" should have a maximum size of 53. |