Variable Scope in Compiler Design Tutorial with Examples Variable Scope The scope rules of the language determine, which declaration of a name applies when the name appears in the program. An occurrence of a variable is local, if that occurrence is in the same procedure in which that name is declared andContinue Reading