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

  1. Execution begins with the declaration of global
  2. objects.  The integer "global" has the value
  3. 1000 and goes into the data area.  Notice that
  4. the characters "text in code" are also in the
  5. data area.  Compilers may treat character
  6. strings that appear in the code as static
  7. objects and put them in the data area.  In some
  8. compilers, such strings are placed with the
  9. program code.
  10.