What is array?

Array is storage if memory location

Showing Answers 1 - 3 of 3 Answers

purushottam patil

  • Mar 15th, 2006
 

hi

 upto my knowledge an srray is the collection of similar data elements.

  Was this answer useful?  Yes

charlie harvey

  • Mar 29th, 2006
 

Yep and array is a collection, but it's important to mention that it's accessed using an index, or offset and that access takes the same time regardless of which element you're retrieving. Conceptual models are handy in explaining this kind of stuff. Show them you geddit.

  Was this answer useful?  Yes

swapna_shahi

  • Apr 14th, 2006
 

An array is a data structure which stores elements of same data type in contiguous memory location.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions