Hacker News new | ask | show | jobs
by teo_zero 1116 days ago
I agree on the first paragraph, but the second one applies poorly to strings:

  char *s = "hello";
"hello" has length 6 because there's a hidden \0 even if I never wrote it in the code.