1.

Define constant with an example

Answer»

Heya there!!

=> Constants or LITERALS refer to fixed VALUES that do not CHANGE during the execution of the program.

For example,
a = 5 ;

Here, 5 is a constant because its VALUE cannot be changed.

Hope it helps you



Discussion

No Comment Found