76. What will be the declaration of the following requirements?
(i.) An array of 10 pointers to integer named a.
(ii.) A pointer of 10 integers named p.
(A) a[10]; *p[10];
(B)**a[10]; *p[10];
(C) *a[10]; (*p)[10];
(D) *a[10] ; **p[10];
(E) (*a)[10]; *p[10];
答案:登入後查看
統計: A(2), B(0), C(1), D(0), E(4) #3081406
統計: A(2), B(0), C(1), D(0), E(4) #3081406