The scope of a variable refers to.

A. when an identifier exists, i.e. its lifespan.
B. the range of values a variable can take on.
C. where an identifier can be used or referenced.
D. the rules for the construction of the identifier for a variable.

C. where an identifier can be used or referenced.

Computer Science & Information Technology

You might also like to view...

Custom filters CANNOT be combined with other filters

Indicate whether the statement is true or false.

Computer Science & Information Technology

A parameter variable's scope is __________.

a. the method in which the parameter is declared b. the class to which the method belongs c. the main method d. All of these are true.

Computer Science & Information Technology