Vidyalelo
C++ Programming · Q11

Standard Template Library (STL) in C++

Programming · C++ Programming · question 11

Q11

Which container in C++ STL does not preserve the order of elements?

A.
vector
B.
list
C.
set
Answer
D.
map

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board