

InterviewSolution
Saved Bookmarks
1. |
In the expression the order of Assignment is NOT decided by Associativity of operators |
Answer» The equal to = operator has Right-to-Left Associativity. So it assigns b=5 then a=b. | |