adplus-dvertising
frame-decoration

Question

Which of the following parser is most powerful?

a.

Operator precedence

b.

Canonical LR

c.

LALR

d.

SLR

Answer: (b).Canonical LR

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following parser is most powerful?

Similar Questions

Discover Related MCQs

Q. A parser with the valid prefix property is advantageous because it

Q. YACC builds up

Q. The ultimate goal of a compiler is to,

Q. Which method is used for resolving data dependency conflict by the compiler itself?

Q. Inherited attribute is a natural choice in

Q. A grammar that produces more than one parse tree for some sentence is called

Q. Pee hole optimization

Q. The optimization which avoids test at every iteration is

Q. Advantage of panic mode of error recovery is that

Q. Which of the following is used for grouping of characters into tokens (in a computer)

Q. A compiler for a high-level language that runs on one machine and produces code for a different machine is called

Q. Cross-compiler is a compiler

Q. The __________ is a technique for building cross compilers for other machines.

Q. __________ was developed from the beginning as a cross compiler.

Q. If we compile the xyz.c file with the command “gcc -o xyz xyz.c”, then the executable file will be

Q. The output of lexical analyzer is

Q. For operator precedence parsing, which one is true?

Q. Which concept of FSA is used in the compiler?

Q. Which concept of grammar is used in the compiler ?

Q. A compiler program written in a high level language is called