COMPILER DESIGN

SYNTAX ANALYSIS

ERROR RECOVERY IN SYNTAX ANALYSIS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The process which starts from the leaf node and ends with the starting symbol is<br />known as ____
A
Top down parsing
B
Bottom Up Parser
C
Recursive Decsent
D
LL(1) parser
Explanation: 

Detailed explanation-1: -Explanation: Parsing or syntactic analysis is the process of analysing a string of symbols and conforming to the rules of grammar.

Detailed explanation-2: -Answer: a. Right-most derivation in reverse. Explanation: Bottom-up parser generates the right-most derivation in reverse. It constructs the parse tree from the input string to the root and tries to construct the right-most derivation of the specified string backward.

There is 1 question to complete.