42. 對於 C 程式的宣告,char *b, *d[8]; int x=5, y, *z; 以下那一個比較正確?
(A)b= malloc(x*sizeof(char));
(B)b=(char *) malloc(x* sizeof(char));
(C)d=(char *) malloc(x* sizeof(char));
(D)x = (int *) malloc(y*sizeof(int)); 。

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