27 考慮以下的資料結構定義及變數宣告:

下列何者設定句會造成編輯錯誤?
(A) strcpy(n1.pile, n2.pile);
(B) n1.left = (*n3).right; n1.right = n4;
(C) n4 = (node *)malloc(sizeof(node));
(D) n2.left =&n1; n2.right = n4.left;
答案:登入後查看
統計: A(39), B(92), C(73), D(110), E(0) #2966914
統計: A(39), B(92), C(73), D(110), E(0) #2966914