←back to thread

182 points Twirrim | 1 comments | | HN request time: 0s | source
Show context
throwaway889900 ◴[] No.41874794[source]
But how many bytes are there in a word?
replies(4): >>41874796 #>>41874838 #>>41875260 #>>41875413 #
1. elteto ◴[] No.41875413[source]
There are 4 bytes in word:

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