Algorithms Homework – Fall 2000

(c) int arr [][]; (d) int []brr[]; (e) int [][] crr; Given the following declarations, what is the correct way to get the size of the array, assuming the array has been initialized? int array; Select the one right answer. array[]length() array.length() array[].length. array.size() array.length. 13. ................
................