InterviewSolution
Saved Bookmarks
| 1. |
Coercion _____________(a) Takes place over an assignment operator(b) Operator has operands of various types(c) None of the mentioned(d) Takes place over an assignment operator & Operator has operands of various typesI had been asked this question in my homework.My question is taken from Implementation of Increment and Decrement topic in portion Syntax Directed Definition and Translations of Compiler |
|
Answer» Correct OPTION is (d) TAKES place over an ASSIGNMENT OPERATOR & Operator has operands of various types |
|