Ask Question
8 August, 02:26

What objective behaves like a high level array

A. All other answers

b. array chain

C. vector

D. Linked chain

+3
Answers (1)
  1. 8 August, 02:33
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers