問題詳情

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];

參考答案

答案:C
難度:計算中-1
書單:沒有書單,新增