What about strings?
C offers little help to programs that want to deal with strings
- pointers to null-terminated character arrays are conventional...
- but the memory occupied by those arrays is the programmer's responsibility
Fortunately, we don't need to do much