Hacker News new | ask | show | jobs
by ixtenu 1112 days ago
> nothing in the language itself dictates this convention.

String literals are nul-terminated, e.g.: "foo"[3] == '\0'