Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 1 - No. 9)

In the context of programming, what does 'scope' refer to?
The size of the program.
The part of the program where a variable is accessible.
The speed at which the program runs.
The complexity of the program's code.

Explanation

Scope defines the accessibility of the variables.

Comments (0)

Advertisement