Information that is displayed

The address stored in each of the pointer variables is displayed.

The contents of the local variable pointed to by one of the pointer variables is displayed.

That pointer variable is used to change the contents of the local variable to which it points.

Then the pointer variable is used to display the new contents.

Then the new contents of the local variable are displayed without the use of the pointer variable.