Operand evaluation order
Variables: just fetch the value from memory.
Constants: either a fetch from memory or machine language instruction.
Parenthesized expressions: evaluate all operands and operators first.
Function references: order of evaluation is critical!
|