Const

Pronunciation: /kɑnst/

Const (noun)

  1. A value that does not change during a program's execution.

Examples

  • A const can be used to store a fixed value.
  • A const is a fixed value that cannot change.

Common collocations: define a const, use a const, assign a const

Synonyms of Const

Formal

Neutral

Antonyms of Const

  • In programming, 'const' is the opposite of 'variable'.
  • A 'const' value is not changeable during execution.