⧼⧼  Previous Page
⧼  Table of Contents  ⧽
Next Page  ⧽⧽

Character Arrays

Computer Programming C++ / Collections

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.

Hover over a question to show the answer.
  1. 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.
⧼⧼  Previous Page
⧼  Table of Contents  ⧽
Next Page  ⧽⧽
© Ryan Appel