Versions Compared

Key

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

...

Code Block
a = i + b[i+1];
++i;

References

C99 ISO/IEC 9899-1999 5.1.2.3 Program execution
C99 ISO/IEC 9899-1999 Annex C Sequence points