-
Can an array contain another array?
Yes you can make an array inside an array... Well in every programming language I've used.
-
Why in programming array is called array?
Why earth is called earth?! Just a name to identify a thing. That term represents a "pattern" of a structure that widely known (among software developers).
-
An array of array can be created in java?
Yes. int[][] as; // this will define an array of arrays of integersMultidimensional arrays, remember, are simply arrays of arrays. So a two-dimensional array of type int is really an object of type...
-
What are arrays?
An array is a picture or diagram of multiplication problem.Also, it means to place or to order a multiplication problem.
-
What is array?
array is a collection of variables of the same type, referred to by a common name.