Before doing this lesson you should read sections 5.7-5.8. It might also be helpful to take a look back at section 5.4.
You should use level 3 of C-thru for this lesson.
In this lesson we will look at character strings in C. A character string is simply a null-terminated array of characters. Strings are worth looking at in detail because C provides a number of library functions to scan, print, and manipulate strings. It does not provide the same kind of support for other kinds of arrays.
If you click below, I'll copy some more example files to your directory.