Gate2017 ss Q27

0. Match the following according to input (from the left column) to the complier phase (in the right column) that processes it.

  • Option : C
  • Explanation :
    Lexical Analysis phase processes character stream and generates tokens, e.g. identifier or keywords.
    Tokens are processed by Syntax analysis analyzer.
    Syntax tree is processed by Semantic analyzer.
    Intermediate code such as 3 –address code is used for code generation process.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *