单项选择题

A.int[4] arrInt = new int[];
B.int arrInt[] = new int[];
C.int arrInt[] = new int[4];
D.以上都不对