[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

JAVA Programming :: Basic Concepts - Discussion

Home > JAVA Programming > Basic Concepts > MCQs Questions Discussion

26 / 64

Choose the correct option.

Which of the following are legal array declarations.

Ainti[5][]; inti[5][5];

Binti[][]; int []i[]

Cint []i[]; inti[5][5];

Dinti[5][5];

Einti[][]; , int []i[]; , int[][] a;

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!