C Plus Plus Miscellaneous - Study Mode

[#321] How many parameters are required for sort_heap function?
Correct Answer

(C) 2 or 3

[#322] What are the Generators in C++?
Correct Answer

(A) An object that generates uniformly distributed numbers

[#323] Where exception are handled?
Correct Answer

(B) outside the regular code

[#324] Which of the following statements regarding absolute and concrete classes in C++ is correct?
Correct Answer

(B) Concrete classes cannot have abstract methods

[#325] What can go wrong in resource management on c++?
Correct Answer

(D) Exception