COMPILER DESIGN

TOOLS AND TECHNIQUES FOR COMPILER DESIGN

MISCELLENOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the follwing is not application of Syntax directed translation
A
Creating Syntax tree
B
Converting infix to Postfix
C
Creating parsing Table
D
Evaluating the arithmentic expression
Explanation: 

Detailed explanation-1: -The syntax-directed translation scheme is beneficial because it allows the compiler designer to define the generation of intermediate code directly in terms of the syntactic structure of the source language. It is division into two subsets known as synthesized and inherited attributes of grammar.

There is 1 question to complete.