Sample program illustrates use of pointer variables

A pointer variable is simply a variable that contain the address in memory of the thing to which it points.

The C++ program shown in Listing 5 illustrates the use of pointer variables.