Transcription: All objects in C++ have scope assigned when they are declared. The same rules of scope apply to class objects and to objects of built-in types. An identifier that is declared inside a function or block has local scope. An identifier that is declared outside of any block or class has file scope.