Versions Compared

Key

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

...

Code Block
bgColor#ccccff
int a = 81 / CUBE(i++);

expands to

code
{code:bgColor=#ccccff}
expands to

int a = 81 / (i++ * i++ * i++);

#ccccff
Code Block
bgColor

Wiki Markup
which is undefined (see \[[EXP30|EXP30-C. Do not depend on order of evaluation between sequence points]\]).

...