Definition, synonyms and related words
A variable whose value cannot be changed directly.
"The developer declared a const variable to ensure its count never accidentally decreased during the loop."
"The plumber was hired to fix a burst pipe in the house const."
Usage: The term const is not an everyday noun used in general conversation but rather a technical keyword in programming languages like C and C++. It designates a variable that holds a fixed value which cannot be altered after its initial assignment.
Whose value cannot be changed directly.
"The developer set a const variable for the maximum speed limit to ensure it could never be accidentally altered during the program's execution."
In plain English: Const means something is fixed and cannot be changed.
"The const officer asked us to remain silent until he arrived."
Usage: Do not use "const" as an adjective in standard English writing; it is a programming keyword that describes variables whose values cannot be altered after assignment. In everyday communication, simply state that something is fixed or permanent instead of using this technical term.
The word const is an abbreviation of constant that entered English usage to serve as a specific command in computer programming. It tells the software that a particular value will not change once it is set.