25. Which of the following C code is used to declare two pointers of integer?
(A) int *p,q;
(B) int *p, *a;
(C) int *(p,q) ;
(D) (int *) p,g;
(E) None of the above
答案:登入後查看
統計: A(0), B(5), C(0), D(2), E(0) #3081355
統計: A(0), B(5), C(0), D(2), E(0) #3081355