複選題
5. In a 2-dimension integer array arr[5][5], which of the followings are equal to arr[3][2]?
(A)*(*arr+17)
(B) (*(arr+3)[2]
(C) *((*(arr+3))+2)
(D) (*arr+3)[2]
retum ptq;
答案:登入後查看
統計: A(0), B(0), C(2), D(0), E(0) #2855512
統計: A(0), B(0), C(2), D(0), E(0) #2855512