1.

In Pascal, what is the syntax to define constants?

Answer»

The SYNTAX USED to DECLARE CONSTANT is
Identifier = constant_value;



Discussion

No Comment Found