Computer Science, asked by vikassonkar200pc7ctv, 1 year ago

define constant with an example

Answers

Answered by beetstark1
17
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
Similar questions