In a computer program, a special container is used to store a value that can be changed later. For example, it could hold a player's score, which starts at 0 and increases. What is this container called?
-
A
A function
-
B
A constant
-
C
A variable
-
D
An operator