C Plus Plus Miscellaneous - Study Mode
[#576] Which function is used to insert an element into heap?
Correct Answer
(B) push_heap()
[#577] If inner catch block is unable to handle the exception thrown then . . . . . . . .
Correct Answer
(C) The compiler will check for appropriate catch handler of the outer try block
[#578] Where are allocators used?
Correct Answer
(D) Both Allocation & Deallocation of memory
[#579] What is the use of checked iterators?
Correct Answer
(B) Not allow you to overwrite the bounds of your container
[#580] Which word is used to stop the unpacking of a value in a tuple?
Correct Answer
(B) ignore