C Plus Plus Miscellaneous - Study Mode
[#1] Which of the following is correct about Input Iterators?
Correct Answer
(C) No value can be assigned to the location pointed by Input Iterator
(H) All of the mentioned
[#2] How many types of sequence operations are provided by the C++ algorithm STL?
Correct Answer
(B) 2
[#3] What kind of iteration does forward_list provide in C++?
Correct Answer
(A) Uni-directional
[#4] Which of the following header file is needed to use vectors in your program?
Correct Answer
(B) <vector>
[#5] What type of class template is list?
Correct Answer
(B) Node-based