Computer Science, asked by xzxzxzxz1344, 8 months ago

Which one is not recognized for static scope?

Answers

Answered by Anonymous
0

Explanation:

Mark as brainliest First

Answered by ÚɢʟʏÐᴜᴄᴋʟɪɴɢ1
19

Answer:

Lexical scoping (sometimes known as static scoping ) is a convention used with many programming languages that sets the scope (range of functionality) of a variable so that it may only be called (referenced) from within the block of code in which it is defined. The scope is determined when the code is compiled.

Similar questions