Content deleted Content added
GreenC bot (talk | contribs) Reformat 1 citation per Category:CS1 errors: archive-url. Wayback Medic 2.5 |
Orandlogic (talk | contribs) m Fixed grammar Tags: Mobile edit Mobile app edit iOS app edit |
||
Line 2:
{{use dmy dates|date=December 2022|cs1-dates=y}}
{{lowercase title}}
In some [[programming language]]s, '''const''' is a [[type qualifier]] (a [[Keyword (computer programming)|keyword]] applied to a [[data type]]) that indicates that the data is read-only. While this can be used to declare [[Constant (computer programming)|constants]], {{mono|const}} in the [[List of C-family programming languages|C family]] of languages differs from similar constructs in other languages in
== Introduction ==
|