Multiple choice

Which of the following analysers of compiler uses parse tree of a source program?

  1. Lexical

  2. Syntax

  3. Code generator

  4. Boot strap loader

  5. Intermediate code generator

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

It uses the parse tree to find out syntax validity of the statement.