单项选择题

已知:int[] a=new int[100];在下列给出的数组元素中,非法的是

A.a[0]
B.a[1]
C.a[99]
D.a[100]