Keyword (computer programming): Difference between revisions

Content deleted Content added
No edit summary
m Reverted edits by 14.98.194.81 (talk) to last revision by Bollyjeff (HG)
Line 1:
{{Refimprove|date=December 2009}}
In [[computer programming]], a '''keyword''' is a [[word]] or [[identifier]] that has a particular meaning to the [[programming language]]. The meaning of keywords — and, indeed, the meaning of the notion of ''keyword'' — differs widely from language to language. Totally they are 32.
 
In many languages, such as [[C (programming language)|C]] and similar environments like [[C++]], a ''keyword'' is a [[reserved word]] which identifies a syntactic form. Words used in [[control flow]] constructs, such as <tt>if</tt>, <code>then</code>, and <code>else</code> are keywords. In these languages, keywords cannot also be used as the names of variables or functions.