Size of a char array in C++
Asked By
40 points
N/A
Posted on - 09/18/2011
The size of a char array that is declared to store a string should be one longer than the number of characters in the string. why?