49.下列何者是執行C程式片段後,dude 的結果值?
int apple = 1, boy = 2, car = 8, dude = 32;
dude /= car = boy + 1 + apple;
(A) 8
(B) 4
(C) 2
(D) 16

答案:登入後查看
統計: 尚無統計資料