Computer Science for IGCSE & O level - Programming (Section 13 - No. 14)

What is the correct keyword for declaring a constant?
VAR
LET
CONST
STRING

Explanation

The keyword 'CONST' is generally used to declare constants.

Comments (0)

Advertisement