Saturday, November 14, 2015

[C] Precedence & Associativity

Precedence determines the order of the operators to be evaluated in an expression with more than one operators. Associativity defines the order of the operators to be evaluated when an expression contains more than one operator of the same precedence.

Precedence and Associativity determine the order of evaluation of sub-expression when the order of evaluation is not defined with brackets.


No comments:

Post a Comment