InterviewSolution
Saved Bookmarks
| 1. |
_____________ is a graph representation of a derivation.(a) The parse tree(b) Oct tree(c) Binary tree(d) None of the mentionedI had been asked this question during a job interview.Asked question is from Handle of Right sentinel Grammar in division Bottom Up Parsing of Compiler |
|
Answer» RIGHT CHOICE is (a) The PARSE tree Easy explanation: Parse tree is a representation of the derivation. |
|