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

  1. The two expressions "a plus b times c" are the same whether or not
  2. parentheses surround "b times c".  The multiplication is performed
  3. first because that operator has a higher precedence than the
  4. addition operator.
  5.