題組內容

3. Suppose x,y and z are integer variables. If x = 10, y = 20,what value is assigned to ea of these variables after the statement executes? Print out the result of x, v and z. (15°/<

(e) z = 10 + (x++);

詳解 (共 1 筆)

3.1415926
3.1415926
詳解 #3168001
2019/01/17
x++表示,先傳回x的值,再將x加一。所...
(共 70 字,隱藏中)
前往觀看