-- The new operator automatically initializes the elements of an array to their default value, which, for example, is zero for all numeric types and null for all reference types. -- why we should we ...
-- An array is collection of similar type of data and store in contagious memory. -- e.g marks is collection of different marks obtained by 4 student then {24,25,26,27} is that marks then this marks ...