Q. 56 Consider the following Syntax Directed Translation Scheme (SDTS), with non-terminals {S, A} and terminals {a, b}}.
Using the above SDTS, the output printed by a bottom-up parser, for the input aab is
(A) 1 3 2
(B) 2 2 3
(C) 2 3 1
(D) Syntax Error
Answer: (C)
Explanation: