...
October 7, 2023

Compiler-Design

Question 10 Consider the syntax-directed translation schema (SDTS) shown below: E → E + E {print “+”} E → E ∗ E {print “.”} E → […]
October 7, 2023

Compiler-Design

Question 11 In the following grammar X ::= X ⊕ Y/Y Y ::= Z * Y/Z Z ::= id Which of the following is true? A […]
October 7, 2023

Run-Time-Environment

Question 1 Consider the following statements. I. Symbol table is accessed only during lexical analysis and syntax analysis. II. Compilers for programming languages that support recursion […]
October 7, 2023

Compiler-Design

Question 72 Consider the following expression grammar. The seman­tic rules for expression calculation are stated next to each grammar production. E → number E.val = number. […]
error: Alert: Content selection is disabled!!