CS202 Computer Science II
  Return Addresses  
 
The address of the next statement to be executed after  a
function exits is called the return address for that particular function 
invocation. We need to keep track of this so that we know which statement to 
execute after exiting from a function.