C Plus Plus Miscellaneous - Study Mode

[#176] Which function is invoked when an unhandled exception is thrown?
Correct Answer

(C) terminate()

[#177] What will happen in 'all_of' method if the range is empty?
Correct Answer

(A) Return true

[#178] To which of the following access specifiers are applicable?
Correct Answer

(C) Both Member data & Functions

[#179] Which of the following is correct about any() function in bitset?
Correct Answer

(C) Returns true if any bit is set 1

[#180] How many vector container properties are there in c++?
Correct Answer

(C) 3