reserved word; keyword
In programming languages, a word that has a special meaning and cannot be used as an identifier.
In C, 'if' and 'for' are reserved words.
Using a reserved word as a variable name causes an error.
Compound of 予約 (reservation) and 語 (word), a direct translation of the English computing term 'reserved word'.