5. In a 2-dimension integer array arr[5][5], which of the followings are equal to arr[3][2]?(A)*(*ar
問題詳情
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;