一个数组元素a[i]与()的表示等价。
A:*(a+i)
B:a+i
C:*a+i
D:&a+i
出自:计算机科学