Versions Compared

Key

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

...

When translating this code, an implementation can assume that no access through an integer pointer can change the array a, consisting of shorts. Consequently, printf() may be called with the original values of a[0] and a[1]. The actual behavior is implementation-defined and can change with optimization level.

...