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