home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A0709412.TXT < prev    next >
Encoding:
Text File  |  1993-10-21  |  198 b   |  6 lines

  1. The function main() resumes control and calls 
  2. func_b().  The integer pointer "free_in_main",
  3. which has not been associated with any memory 
  4. address, is passed as a parameter to the 
  5. function.
  6.