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.


Discussion

No Comment Found