User talk:PrySigneToFry/Sandbox/Some useless code

From Esolang
Jump to navigation Jump to search
++c=c++ + ++c;
warning: multiple unsequenced modifications to 'C'

最终结果:C=C*2+6

On my Dev-C++:

[Warning] operation on 'C' may be undefined [-Wsequence-point]

Let C be 1, then it becames 8.