40. 對於 C 程式的宣告 char s[5][6]; char *p;,下列那一個正確?
(A)p=s;
(B)p=s[2][4];
(C)p=s[0][0];
(D)p = *s; 。

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