In Pascal, what is the syntax to define constants?
The syntax used to declare constant is
Identifier = constant_value;
BY Best Interview Question ON 14 Jan 2019
The syntax used to declare constant is
Identifier = constant_value;