Why max limit of char is 256

I have seen Many Places where
int m[] = new int [ 256 ];
Where we increment count for each char in a string
But why is it 256? @cubefreak777

1 Like