Which of the following operators has its associativity from right to left?
(a) +
(b) //
(c) %
(d) **
This question was posed to me during an interview.
The question is from Precedence and Associativity topic in chapter Precedence and Associativity, Bitwise & Boolean of Python