单项选择题

在C语言中有如下定义:int j,i=9;int arr[10] ;j=i++;则对arr数组元素的正确引用是()

A.arr[j]
B.arr[j+1]
C.arr(j)
D.a[!i]