A keyword is
a) an identifier
b) In lower case instructions only
c) Reserved for instructions only
d) None of these
Answers
Answered by
5
c. Reserved for instructions only
Answered by
0
Option (C) is correct.
A keyword is Reserved for instructions only.
About keyword :
- In programming, keywords are reserved terms that have a specific meaning for the compiler. Keywords are part of the syntax and cannot be used to identify a specific object.
- A keyword is a word that a program reserves because it has a special programming meaning. Keywords can be either commands or parameters.
- In every programming language, there are certain keywords that cannot be used as variable names. Keywords are sometimes known as reserved names.
Similar questions