Page 1 of 1

About Question enthuware.ocajp.i.v7.2.1229 :

Posted: Fri Jun 27, 2014 2:09 am
by kashyapa
Mr. Paul, could you place explain the declaration
int a[][][][] = new int[4][3][3][5];
, :|

just like
int a[ ][ ] = new int [5][4] ;
This will create an array of length 5. Each element of this array will be an array of 4 ints.
Thanx

Re: About Question enthuware.ocajp.i.v7.2.1229 :

Posted: Fri Jun 27, 2014 2:28 am
by admin

Re: About Question enthuware.ocajp.i.v7.2.1229 :

Posted: Tue Dec 05, 2017 3:50 am
by Rohit Singhania

Re: About Question enthuware.ocajp.i.v7.2.1229 :

Posted: Tue Aug 28, 2018 6:59 am
by Rohit Singhania