Comment on Never create Ruby strings longer than 23 charactersparentComments−Sharlin12yNo, the size of char (in bits) is implementation defined, but sizeof(char) is defined to be 1, no matter what its size in bits.
Comments
No, the size of char (in bits) is implementation defined, but sizeof(char) is defined to be 1, no matter what its size in bits.