Hacker News new | past | comments | ask | show | jobs | submit
There are 4 bytes in word:

  const char word[] = {‘w’, ‘o’, ‘r’, ‘d’};
  assert(sizeof word == 4);