Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Addition is between two operands of arithmetic type or between a pointer to an object type and an integer type (see ARR37-C. Do not add or subtract an integer to a pointer to a non-array object and ARR38-C. Do not add or subtract an integer to a pointer if the resulting value does not refer to a valid array element. for rules about adding a pointer to an integer). Incrementing is equivalent to adding one.

...