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

D. arrayName[] p [];

Be the first to comment if anything wrong with this mcq
Your comment successfully submitted!
It will automatically posted after review and approval by our staff member.