Multiple choice

In a compiler, keywords of a language are recognized during

  1. parsing of the program

  2. the code generation

  3. the lexical analysis of the program

  4. dataflow analysis

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Any identifier is also a token, so it is recognized in lexical analysis.