Which of the following statements about arrays is syntactically wrong ?

Which of the following statements about arrays is syntactically wrong ?

A. arrayName[] p = new arrayName[5];
B. arrayName p[][] = new arrayName[2][];
C. arrayName[] p [];
D. arrayName p[5];