Which of the following derivations does a top-down parser use while parsing an input string?
(a) Leftmost derivation
(b) Leftmost derivation in reverse
(c) Rightmost derivation
(d) Rightmost derivation in reverse
I had been asked this question during an interview.
This question is from Top-Down Parsing topic in portion Topdown Parsing of Compiler