Computer Science for IGCSE & O level - Programming (Section 1 - No. 30)

In programming, what is a 'constant'?
A variable that can be changed during program execution.
A value that cannot be changed during program execution.
A type of loop statement.
A function that returns a value.

Explanation

A constant holds a value that is fixed throughout the program.

Comments (0)

Advertisement