MCQ
Q.
Which derivation is generated by the bottom-up parser?
Correct Answer: A
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.