Computer Science for IGCSE & O level - Programming (Section 13 - No. 22)

What does the term 'scope' refer to in programming?
The name of a variable.
The data type of a variable.
The part of the program where a variable is accessible.
The value stored in a variable.

Explanation

Scope defines the accessibility of a variable in a program.

Comments (0)

Advertisement