What is the difference between std::vector and std::list
Answer / nashiinformaticssolutions
o Vector: Uses contiguous memory and supports random access.
o List: Uses linked nodes and is better for frequent insertions/deletions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the two types of polymorphism?
Are c and c++ similar?
What is #include sstream?
how to find the maximum of 10 numbers ?
Explain the term memory alignment?
What is fixed in c++?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Is c++ proprietary?
What relational operators if statements in c++?
Write about the stack unwinding?