Multiple choice In a compiler, keywords of a language are recognized during parsing of the program the code generation the lexical analysis of the program 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.