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

  1. The second output statement prints the value of float x, even
  2. though this statement is in an enclosed block where a different x
  3. is declared.  The scope resolution operator specifies that the
  4. declaration of x at file scope should be used rather than the
  5. local declaration.
  6.