Home » C++ Programming » Arrays » Question
  1. What is a array?
    1. An array is a series of element
    2. An array is a series of elements of the same type placed in non-contiguous memory locations
    3. An array is a series of elements of the same type in contiguous memory locations
    4. All of above
    5. None of these
Correct Option: C

An array is a series of elements of the same type in contiguous memory locations



Your comments will be displayed only after manual approval.