Create a new array, giving it a size that is enough to hold the combined array; copy all elements from the first array; copy all the elements from the second array.
the different types of arrays are single dimensional, two dimensional and multidimensional arrays.. they can be declared in java as follows 1)for single dimensional: int x[]=new int[5]; 2)for 2-d...
A structure can contain attributes which can be used an manipulated, but is an instance of itself, where an array contains multiple points of data storage which can be accessed and manipulated....