C Plus Plus Miscellaneous - Study Mode

[#341] Which header file is used for the numeric limits in C++?
Correct Answer

(B) <limits>

[#342] What kind of pattern is iterator pattern?
Correct Answer

(A) Design pattern

[#343] How many parameters are legal for non-type template?
Correct Answer

(D) 4

[#344] What operator is used to remove the dupplicates in the range?
Correct Answer

(D) ==

[#345] What do all STL containers define?
Correct Answer

(D) All of the mentioned