Posts Tagged ‘邪惡’

萬惡的未定義行為

九月 27th, 2008

一切罪惡的開始

i = 10;
i = i++ + ++i;

請問 i 的值在上面C語言程式執行完後答案為多少?

» Read more: 萬惡的未定義行為