問題詳情

77. Which of the following gives the number of elements in the array int a []?
(A) sizeof(a)
(B) sizeof(*a)
(C) size(a[])
(D) sizeof(*a)/sizeof(int)
(E) sizeof(a)/sizeof(int)

參考答案

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