Computer Science for IGCSE & O level - Programming (Section 9 - No. 16)

In the context of programming, what is a variable?
A fixed value that does not change.
A named data store that holds a value that can change.
A programming language.
A type of file.

Explanation

A variable is a named storage location whose value can be modified during the program's execution.

Comments (0)

Advertisement