MNNIT CC 2021-22 Classes

C Operator Precedence Mnemonic

There is a shortcut to remember C operator Precedence.

PUMA IS REBL ( spell “REBL” as if “REBEL”).

NOTE:

Description:

and the last three operators are remembered as TACO as in Mexican Taco:

For Associativity:

All except Unary, Assignment and Ternary are Left to Right (AUTO rides in the right, i.e., Assignment, Unary and Ternary are right to left).

Good luck!