Constant

A constant in programming is a value that remains unchanged throughout the execution of a program. Constants are used to store data that does not need to be modified, such as fixed numbers or settings.

Insights