Q. What is lexical scope?
β
Correct Answer: (A)
Scope determined at compile time based on code structure
Explanation: Lexical scope means the scope is determined by the physical placement of code.