InterviewSolution
Saved Bookmarks
| 1. |
What are the differences between Vector and List in STL? |
|
Answer» Vectors and Lists are defined under C++ Standard Template Library (STL). These data structures are basically sequential containers implemented using STLs. The differences between them are as follows:
|
|