-
What is an arrays and types of arrays?
array is a collection of similar data types . they are three types 1.one dimensional array 2.two dimensional array 3.multi dimensional array
-
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.