English, asked by Anonymous, 20 days ago

what is static scope???
 \\  \\  \\  \\

Answers

Answered by Anonymous
2

{\large{\bf{\pink{♛{\red{\underline{\blue{\mathfrak{Answer}}}}}}}}}

Static scoping is also called lexical scoping. In this scoping a variable always refers to its top level environment.

{\large{\bf{\pink{{\red{\underline{\red{\mathfrak{♡︎ɪтzsтυввσяηηαкняσ♡︎}}}}}}}}} 

Answered by rituyadav88
2

Explanation:

Static scoping is also called lexical scoping. In this scoping, a variable always refers to its top-level environment. This is a property of the program text and is unrelated to the run-time call stack. ... In contrast, dynamic scope requires the programmer to anticipate all possible dynamic contexts.

Similar questions