Computer Science, asked by mehrarishabh413, 10 months ago

A word that having special meaning reserved by programming language is known as _________.

1 point

Lexical Unit

Token

Reserved word

Lexical Unit or Token

Answers

Answered by mayankdaiya23
1

Answer:

keywords

A special word reserved by a programming language or by a program. You are not allowed to use reserved words as variable names. For example, in BASIC and COBOL, the word IF is reserved because it has a special meaning. Reserved words are sometimes called keywords

Explanation:

Answered by dreamrob
2

Answer:

A word that having special meaning reserved by programming language is known as Reserved word.

Reserved word (Keyword):

  • Words which convey a specific meaning to the compiler
  • Also known as keyword
  • Highly case sensitive

Lexical Units (Tokens):

The smallest individual unit in a program is known as a Token or a Lexical unit.

Tokens:

  • Keywords
  • Literals
  • Punctuators
  • identifiers
  • Operators
Similar questions