10,483 views

5 Answers

0 votes
0 votes
it is predictive parser

as top down are of two type

1.with backtrack .

2.without backtrack(predictive parser)

 2.a.recursive descent parser

2.b. LL(1) Parser

so ans is C
Answer:

Related questions

5 votes
5 votes
3 answers
1
habedo007 asked Jul 5, 2016
12,017 views
A top-down parser generatesRightmost DerivationRightmost derivation in reverseLeftmost derivationLeftmost derivation in reverse
8 votes
8 votes
2 answers
2
Arjun asked Jul 6, 2016
3,902 views
A simple two-pass assembler does which of the following in the first pass:Checks to see if the instructions are legal in the current assembly modeIt allocates space for t...
10 votes
10 votes
2 answers
3
ManojK asked Jul 4, 2016
11,879 views
Peephole optimization is form ofLoop optimizationLocal optimizationConstant foldingData flow analysis