22. Consider the following C program code and statements (1)~(5).
(1) node[1].num = 0
(2) node[1].num = 1
(3) node[2].ptr->num = 9
(4) node[9].ptr->ptr->num = 121
(5) node[9].ptr->num = 100
Which of the following statements is CORRECT?
(A) (1)(3)(4)(5)
(B) (1)(3)
(C) (2)(3)
(D) (2)(3)(4)(5)
(E) (4)(5)
答案:登入後查看
統計: A(0), B(0), C(2), D(0), E(0) #2752362
統計: A(0), B(0), C(2), D(0), E(0) #2752362