

McqMate
Q. |
Which of the following operators has its associativity from right to left? |
A. | + |
B. | // |
C. | % |
D. | ** |
Answer» D. ** | |
Explanation: all of the operators shown above have associativity from left to right, except exponentiation operator (**) which has its associativity from right to left. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet