若有定义:int a[10],则对数组a元素的正确引用是()

如题所述

第1个回答  2023-01-30
若有定义:int a[10],则对数组a元素的正确引用是()

A.a[10]

B.a[3.5]

C.a(5) 

D.a[10-10]

正确答案:a[10-10]
相似回答