What is the Difference between "vector" and "array"?
Answer Posted / sanish joseph
A growable array is calld vector while array is of fixed size,
Is This Answer Correct ? | 41 Yes | 12 No |
Post New Answer View All Answers
What are the benefits of operator overloading?
What is lazy initialization in c++?
What is runtime errors c++?
What is a storage class? Mention the storage classes in c++.
What is unary operator? List out the different operators involved in the unary operator.
Differentiate between an external iterator and an internal iterator?
Why Pointers are not used in C++?
What is virtual destructor ans explain its use?
Is map thread safe c++?
What is an iterator?
Is c++ the hardest language?
How come you find out if a linked-list is a cycle or not?
Explain what are mutator methods in c++?
Can malloc be used in c++?
What is difference between rand () and srand ()?