InterviewSolution
Saved Bookmarks
| 1. |
Pick the operators that associate from left to right.(a) &&(b) ?:(c) ,(d) All of the mentionedThe question was posed to me in an online interview.This interesting question is from Implementation of Increment and Decrement topic in portion Syntax Directed Definition and Translations of Compiler |
|
Answer» CORRECT OPTION is (d) All of the mentioned Easiest explanation: They LEFT to RIGHT ASSOCIATIVE. |
|