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

  1. If you apply the scope resolution operator to an identifier, the
  2. definition of the identifier at file scope is used.  In this
  3. example, the first output statement prints the value of int x, the
  4. x that is declared in the block of the function main().
  5.