Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. What is a array?
  2. A.
    n array is a series of elements of the same type in contiguous memory locations
    B.
    An array is a series of element
    C.
    An array is a series of elements of the same type placed in non-contiguous memory locations
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment