volume_mute

A ______ is a word of a programming language that is special only in certain contexts.

publish date2022/06/01 10:33:00 GMT+10

volume_mute
Missing Word

Correct Answer

keyword

Explanation

For example, In Fortran, the word Integer, when found at the beginning of a statement and followed by a name, is considered a keyword that indicates the statement is a declarative statement. However, if the word Integer is followed by the assignment operator, it is considered a variable name. These two uses are illustrated in the following

Integer Apple
Integer = 4

Reference

Concepts of Programming language, 10th ed


Quizzes you can take where this question appears