Ask Question
27 June, 18:08

What objective behaves like a high level array

A. All other answers

b. array chain

C. vector

D. Linked chain

+1
Answers (1)
  1. 27 June, 21:59
    0
    C. Vector

    Explanation:

    Vector is a high level array used in C++. It has the capability of resizing itself when it gets full. it has many functions that increases it's functionality like size (), begin (), end (), erase (), clear (), push_back (), pop_back () and many more and we store any kind of data type in the vector.

    syntax for declaring a vector:-

    vector vector name.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What objective behaves like a high level array A. All other answers b. array chain C. vector D. Linked chain ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers