对于float a[10],*s=a;语句,能够代表数组元素a[3]的是( )。

admin2021-02-25  21

问题 对于float a[10],*s=a;语句,能够代表数组元素a[3]的是(  )。

选项 A、(*s)[3]
B、*s+3
C、*s+[3]
D、*(s+3)

答案D

解析 数组引用是从0开始,最后一个元素下标是n-1,若用指针来提取数组元素,正确写法应该是*(pt+3),选项D正确。
转载请注明原文地址:https://kaotiyun.com/show/m2tp777K
0

随机试题
最新回复(0)