CO
personType qualifier denoting the data as being read-onlyWikipedia

Const

In some programming languages, const is a type qualifier that indicates that the data is read-only. While this can be used to declare constants, const in the C family of languages differs from similar constructs in other languages in that it is part of the type, and thus has complicated behavior when combined with pointers, references, composite data types, and type-checking. In other languages, the data is not in a single memory location, but copied at compile time for each use. Languages which use it include C, C++, D, JavaScript, Julia, and Rust.

28Mentions22Articles19Stories3Events0.00Salience
30-day activity pulse
Recent
10
Baseline
13
Ratio
0.79x
Peak
3
Peak article volume on 2026-04-02.