Asked by
suraj kumar
in
Computers & Technology
at
5:36 PM on April 24, 2008
pooja's Answer
an array is a data structure consisting of a group of elements that are accessed by indexing. In most programming languages each element has the same data type and the array occupies a contiguous area of storage. Most programming languages have a built-in array data type.
Answered at
5:07 PM on April 26, 2008
Read all answers