InterviewSolution
Saved Bookmarks
| 1. |
A synthesized attribute is an attribute whose value at a parse tree node depends on __________(a) Attributes at the siblings only(b) Attributes at parent node only(c) Attributes at children nodes only(d) None of the mentioned |
|
Answer» The correct option is (c) Attributes at children nodes only Explanation: Synthesized attribute’s value depend on children node only. |
|