There are a few quirks when working with arrays of chars. This video will explain.
Review Questions
The following are examples of questions similar to what you can expect to see on the next exam.
- Why is the size of a character array larger than the number of characters? There needs to be an extra space for the null terminator.