InterviewSolution
Saved Bookmarks
| 1. |
In a bottom-up evaluation of a syntax directed definition its inherited attributes can do which of the following?(a) Always evaluated(b) Can beevaluatedif the definition is L attributed(c) Can beevaluatedif the definition has synthesized attributes(d) Never be evaluatedI got this question in semester exam.My enquiry is from Top-Down Parsing topic in chapter Topdown Parsing of Compiler |
|
Answer» Right answer is (b) Can beevaluatedif the definition is L attributed |
|