Which one of the following standard containers does NOT invalidate iterators
when elements are inserted within the existing sequence?
a) queue
b) deque
c) list
d) stack
e) valarray
E*U 发帖数: 2028
2
c
iterators
【在 c**********e 的大作中提到】 : Which one of the following standard containers does NOT invalidate iterators : when elements are inserted within the existing sequence? : a) queue : b) deque : c) list : d) stack : e) valarray