Toggle navigation
Aliensbrain
Home
Topics
Quizzes
Notebooks
Community
Sign in
programming languages Online Quiz - 154
Which of the following are legal array declarations....
Which of the following are legal array declarations.
technology
programming languages
int i[][];
int i[5][5];
int []i[];
int[][] a;
Show answer
Correct Option:
A,C,D
Find more quizzes: