C Plus Plus Miscellaneous - Study Mode
[#521] What kind of errors do checked iterators detect?
Correct Answer
(D) Both Uninitialized iterators and range access
[#522] What will the monetary facet will do?
Correct Answer
(A) Handle formatting and parsing of monetary values
[#523] Which is used for manually writing lookup table?
Correct Answer
(A) std:map
[#524] Which function is used to swap two Valarray?
Correct Answer
(C) swap()
[#525] What does inheritance allow you to do?
Correct Answer
(B) create a hierarchy of classes