Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

precedence and associativity

Thu Nov 06, 2008 4:49 pm

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



Re: precedence and associativity

Thu Nov 06, 2008 4:50 pm

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

Post a reply
  Related Posts  to : precedence and associativity
 associativity in c++     -  
 Operator Precedence table     -