C code */ int result = 0; for(int i=0; i<100; i++){ result += i; } ... is essentially a label for a position in memory whose bytes encode an integer value.
確定! 回上一頁