We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

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.