A 和 B 皆是有 100 個元素的一維陣列,且每個元素中的數字皆以 32 位元(Bits)存放。在執行下列迴圈運算後,需要多少記憶體空間才能將陣列 A 完整存放? for ( i=0\~99 ) $$ \mathrm{A} [ \mathrm{i} ] = \mathrm{A} [ \mathrm{i} ] + \mathrm{B} [ \mathrm{i} ] $$
A400 個位元組(Bytes)正確答案
B800 個位元組(Bytes)
C3200 個位元組(Bytes)
D6400 個位元組(Bytes)
答案與詳解
