-
Chris Kang thinks this is interesting:
The compiler appends a null character (’\0’) to every string literal. Thus, the actual size of a string literal is one more than its apparent size
Minimise
The compiler appends a null character (’\0’) to every string literal. Thus, the actual size of a string literal is one more than its apparent size
Minimise