77.0k views
3 votes
The ____ of a variable specifies where a variable can be referenced within a program.

User K Split X
by
8.1k points

1 Answer

4 votes

Answer:

name

Step-by-step explanation:

A variable's name serves as a reference to its address in a computer's memory so that the computer knows where to access the data stored in the variable when you want to use it (i.e., to call a procedure on it).

User Maetulj
by
8.5k points