Const (computer programming): Difference between revisions

Content deleted Content added
Typo
both meanings
Line 1:
:{{merge|immutable object}}
 
In [[computer science]], '''<code>Const<code>-correctness''', const being from a word ''constant'', is a qualifier for a [[datatype]] that states that an [[variable]] of the datatype is noteither assignableunassignable or immutable. That is,
 
var ''int'' a;