📚 Practice Mode

Multi-Language Programming Fundamentals Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Answers

Which of the following are legal array declarations.

  1. int i[][];
  2. int i[5][5];
  3. int []i[];
  4. int[][] a;