[amp_mcq option1=”Unique address” option2=”Value” option3=”Name” option4=”Relative address” correct=”option1″]
The correct answer is: A. Unique address
A variable is a location in memory that can store a value. Every variable has a unique address that is used to access the value stored in the variable. The address of a variable is determined by the compiler when the program is compiled.
The other options are incorrect because:
- A value is the data that is stored in a variable.
- A name is a label that is used to identify a variable.
- A relative address is an address that is relative to the address of another variable.