Interview Question
Created by admin on Sat, 17/11/2012 - 16:20
Question:
What are order of precedence and associativity, and how are they used?
Language:
Answer:
Order of precedence determines the order in which operators are evaluated in expressions. Associatity determines whether an expression is evaluated left-to-right or right-to-left.