Programming Tools Guide
Chapter 3, C language compiler

Scope

Scope

The use of an identifier is limited to an area of program text known as the identifier's scope. The four kinds of scope are function, file, block, and function prototype.