home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02152.TXT < prev    next >
Encoding:
Text File  |  1993-11-29  |  379 b   |  7 lines

  1. All operators have the characteristics of precedence and
  2. associativity.  Precedence determines the order in which
  3. operations are performed.  Associativity provides a left-to-right
  4. or right-to-left order for grouping operands and operators that
  5. have the same precedence.  Expressions involving only arithmetic
  6. operators of equal precedence are evaluated from left to right.
  7.