-
What is a array?
-
- An array is a series of element
- An array is a series of elements of the same type placed in non-contiguous memory locations
- An array is a series of elements of the same type in contiguous memory locations
- All of above
- None of these
Correct Option: C
An array is a series of elements of the same type in contiguous memory locations