About Question enthuware.ocajp.i.v7.2.987 :
Posted: Wed Aug 22, 2012 9:32 am
Should the third point be [2] not [3] as in ...
arr[0][1][2] => [0] = { { "a", "b" , "c"}, { "d", "e", null } }, [1] = { "d", "e", null } and [2] = null.
So it will print null.
arr[0][1][2] => [0] = { { "a", "b" , "c"}, { "d", "e", null } }, [1] = { "d", "e", null } and [2] = null.
So it will print null.