home *** CD-ROM | disk | FTP | other *** search
- Execution begins with the declaration of global
- objects. The integer "global" has the value
- 1000 and goes into the data area. Notice that
- the characters "text in code" are also in the
- data area. Compilers may treat character
- strings that appear in the code as static
- objects and put them in the data area. In some
- compilers, such strings are placed with the
- program code.
-