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.
Previous Question | Next Question |
Can you please explain the difference between string and an array? | What is two-dimensional array? |