What are arrays ?????
Answers
Answered by
6
Hey there !!!!
_________________________________________________
An array can be defined as a contiguous area in a memory,which can be referred by a common name.Arrays are used to group sets of like objects.Each element of array can be referred by a array name and a subscript or index,which uniquely identifies it. In "C" language subscripting begins from zero,and can be any valid integer.
There are 2 types of arrays:
1) One-dimensional 2)Multidimensional arrays.
_________________________________________________
An array can be defined as a contiguous area in a memory,which can be referred by a common name.Arrays are used to group sets of like objects.Each element of array can be referred by a array name and a subscript or index,which uniquely identifies it. In "C" language subscripting begins from zero,and can be any valid integer.
There are 2 types of arrays:
1) One-dimensional 2)Multidimensional arrays.
PulkitStar:
pankaj you have copied some lines.......
Answered by
3
hey friend! here is your answer-
--------------------------------------------------------------------------------------------------
according to computer science, array is a well organised structure of data represented which basically comprises of elements which are collected together. it is mostly used for mathematical calculations.
it is a storage of data in computer and is fixed completely according to this subject and its of fixed size...........
-------------------------------------------------------------------------------------------------
it is used to handle complicated situations which cannot be solved by normal array types typically and it is provided in every version of present.
the arrays are divided into many types as per the requirements that meets the user.. according to me it is basically described for integers..
moreover, it is famously used in java..
-------------------------------------------------------------------------------------------------
moreover it has fixed size too.... it is a group of memory created and is stored mainly in the computer memory as single unit...... these are placed consecutively one after another in a specific memory unit.... so, you can conclude that is made for storage of elements separately....
-------------------------------------------------------------------------------------------------
hope it helps you............
--------------------------------------------------------------------------------------------------
according to computer science, array is a well organised structure of data represented which basically comprises of elements which are collected together. it is mostly used for mathematical calculations.
it is a storage of data in computer and is fixed completely according to this subject and its of fixed size...........
-------------------------------------------------------------------------------------------------
it is used to handle complicated situations which cannot be solved by normal array types typically and it is provided in every version of present.
the arrays are divided into many types as per the requirements that meets the user.. according to me it is basically described for integers..
moreover, it is famously used in java..
-------------------------------------------------------------------------------------------------
moreover it has fixed size too.... it is a group of memory created and is stored mainly in the computer memory as single unit...... these are placed consecutively one after another in a specific memory unit.... so, you can conclude that is made for storage of elements separately....
-------------------------------------------------------------------------------------------------
hope it helps you............
Similar questions