Computation Errors

  1. Are there errors in implicit type casts? (E.g: mixed mode arithmetic (float/int conversion))
  2. Are underflow/overflow errors possible in math. computations?
  3. Is the precedence of operators always correct? (E.g: x = 3+4 / 5)

slide: Computation Errors