InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is possible with any 2 operators in C?(a) Same associativity, different precedence(b) Same associativity, same precedence(c) Different associativity, different precedence(d) All of the mentionedThe question was asked by my college director while I was bunking the class.My question is based upon Precedence and Order of Evaluation in section Data Types, Operators and Expressions in C of C |
|
Answer» Right CHOICE is (d) All of the mentioned |
|