107k views
0 votes
The ____ of a variable is the location in memory where it’s value is stored. A. Value B. Address C. Data type D. Number

User Daerin
by
5.5k points

1 Answer

4 votes

Answer: C. Data type

Step-by-step explanation:

data types are defined as the data storage format that a variable can store a data to perform a specific operation. Data types are used to define a variable before its use in a program. Size of variable, constant and array are determined by data types.

User Mlorber
by
5.3k points