Operator precedence describes the order in which
C reads expressions. For example, the expression a=4+b*2 contains two operations, an addition and a multiplication. ...
Operators on the same line in the chart have the same
precedence, and the "Associativity" column on the right gives their evaluation order.
read more >>