Computer Science for IGCSE & O level - Programming (Section 4 - No. 19)

What does 'scope' refer to in relation to variables?
The range of values a variable can store.
Where a variable is accessible within the code.
The size of the variable's name.
The amount of memory the variable uses.

Explanation

Scope determines where you can use a variable.

Comments (0)

Advertisement