Examples

  Value = 2 + 3 * 4     ; Value = 14
  Value = (2 + 3) * 4   ; Value = 20


[Back: Description]
[Next: Indirection ([] Operator)]