Introduction
Design Issues
Forms
Precedence
Operators
Notations
Evaluation
Side Effects
Overloading
Operators

An operator performs a function on one, two or three operators.

  • A unary operator has one operand.
  • A binary operator has two operands.
  • A ternary operator has three operands.
Arithmetic Expressions SCLM - CS 561 - Team 1