注意:此页面搜索的是所有试题
假定a是一个数组名,则a[i]的指针访问方式为( )。
A、
sizeof(a[i])
B、
*a+i
C、
a+i
D、
*(a+i)

参考答案