Programming Concepts

What is the name for the region of a program where a declared variable can be accessed?

Correct answer

D. Variable scope

Explanation

Variable scope refers to the region of a program where a declared variable can be accessed.