Computer Science for IGCSE & O level - Programming (Section 2 - No. 17)

What keyword typically declares a constant variable in programming?
VAR
LET
CONST
DECLARE

Explanation

The keyword CONST is used to declare a constant variable.

Comments (0)

Advertisement