InterviewSolution
Saved Bookmarks
| 1. |
If the programming language uses static scoping and call by need parameter passing mechanism, the values printed will be?(a) 115, 220(b) 25, 220(c) 25, 15(d) 115, 105I got this question in quiz.The doubt is from L-Attributed Definition topic in section Syntax Directed Definition and Translations of Compiler |
|
Answer» Correct option is (d) 115, 105 |
|