Scope of a global variable.

A global variable is accessible by any code in any function (including global functions) in the program that knows the name of the variable.