Which of the following statements are valid array declaration?

  1. int number();

  2. float average[];

  3. double[] marks;

  4. counter int[];


Correct Option: B,C

Find more quizzes: