What is Array?

Submitted by: Administrator
An array is a series of elements. These elements are of the same type. Each element can be individually accessed using an index. For e.g an array of integers. Array elements are stored one after another (contiguous) in the memory. An array can have more than one dimension. First element in an array starts with 0.
Submitted by: Administrator

Read Online Data Structure Arrays Job Interview Questions And Answers