C Plus Plus Miscellaneous - Study Mode
[#566] Which function is used to construct heap from given sequence of numbers?
Correct Answer
(B) make_heap()
[#567] How many variants of tie() function is there?
Correct Answer
(B) 2
[#568] Pick out the correct option.
Correct Answer
(A) We cannot make an instance of an abstract base class
[#569] What is meant by garbage collection?
Correct Answer
(B) The form of automatic memory management
[#570] What is a template?
Correct Answer
(A) A template is a formula for creating a generic class