What are order of precedence and associativity, and how are they used

Order of precedence determines the order in which operators are evaluated inexpressions. Associatity determines whether an expression is evaluated left-to-right orright-to-left

Showing Answers 1 - 1 of 1 Answers

oam

  • Aug 11th, 2007
 

Order of precedence is used with the operators,when a number of operators are used in a expression it evaluates with the precedence of the operators.If an operator is to be evaluated first it can be given within brackets.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions