Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

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];