Can you tell me Maximum ways of defining 3 dimensional array? Means how to define e.g. int[][][] a; Now you need to tell me othr | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

Can you tell me Maximum ways of defining 3 dimensional array? Means how to define e.g. int[][][] a; Now you need to tell me othr

Can you tell me Maximum ways of defining 3 dimensional array? Means how to define e.g. int[][][] a; Now you need to tell me all other ways to define 3 dimensional array šŸ˜‰

7th Feb 2019, 3:49 PM
arshad khan
arshad khan - avatar
1 Resposta
+ 3
just like this int a[][][];
16th Feb 2019, 2:19 AM
LetterC67
LetterC67 - avatar