Miscellaneous Terms from chapters not yet covered...
For loop
A loop designed to easily handle count-controlled loops.
String
A sequence of characters which may be manipulated as a single entity. (Often
stored as an array of characters.)
The NULL character (C++)
Character appended to the end of a character string.
Programmer-defined data type
Data type created by the programmer because the type needed does not exist
in the language being used.
typedef (C++)
Word to alert the compiler that the type and identifier which follow describe
a programmer-defined data type.