home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A041034.TXT < prev    next >
Encoding:
Text File  |  1993-10-29  |  139 b   |  4 lines

  1. After f() returns, the value of i is printed in main().  The value
  2. that is printed is the same value that i had before the call to
  3. f().
  4.