Constants

From Computer Science Wiki
Revision as of 09:32, 15 September 2016 by Mr. MacKenty (talk | contribs) (Created page with "right|frame|Programming basics<ref>http://www.flaticon.com/</ref> In computer programming, a constant is an identifier with an associated value which cann...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Programming basics[1]

In computer programming, a constant is an identifier with an associated value which cannot be altered by the program during normal execution – the value is constant[2].

Constants can only be assigned a scalar value, like a string or a number.

Standards[edit]

  • Define the terms: variable, constant, operator, object.

References[edit]