Font size:
Print
Question:

Which of the following statement is valid array declaration?

  1. int number();
  2. float average[];
  3. double[] marks;
  4. counter int[];

1. 1 and 2
2. 2 and 3
3. 3 and 4
4. All of the above
Prev Question Every method of a ................ is implicitl...
Next Question Private data can be accessed by