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 mentioned
The 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