Ask Question
24 May, 20:50

What objective behaves like a high level array

A. All other answers

b. array chain

C. vector

D. Linked chain

+4
Answers (1)
  1. 24 May, 23:28
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers