The area in a program where a variable can be used is formally referred to as the ____ of the variable.

a. spread
b. block
c. reach
d. scope

d. scope

Computer Science & Information Technology

You might also like to view...

Dogpile is an example of a(n) ________ engine

Fill in the blank(s) with correct word

Computer Science & Information Technology

Find any errors in the following and explain how to correct them:

``` string& foo() { string s("Hello"); ... // other statements return; } ```

Computer Science & Information Technology