C Plus Plus Miscellaneous - Study Mode
[#391] How many constructors can present in a class?
Correct Answer
(D) multiple
[#392] When does the next sequence point start?
Correct Answer
(B) After a terminating semicolon
[#393] Which header file is used to manipulate the allocater?
Correct Answer
(B) memory
[#394] What kind of functions are min and max in c++?
Correct Answer
(A) Type specific
[#395] Which of the following header file is required for forwawrd_list?
Correct Answer
(A) <forward_list>