Data Structure Arrays Question:

Download Job Interview Questions and Answers PDF

What is Array?

Arrays Interview Question
Arrays Interview Question

Answer:

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.

Download Arrays Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between string and an array?What is two-dimensional array?