InterviewSolution
Saved Bookmarks
| 1. |
Pick the operators that associate from the right.(a) ?:(b) +=(c) =(d) All of the mentionedThis question was posed to me in semester exam.Asked question is from Implementation of Increment and Decrement in chapter Syntax Directed Definition and Translations of Compiler |
|
Answer» RIGHT OPTION is (d) All of the mentioned To ELABORATE: EXPLANATION: They are right ASSOCIATIVE. |
|