C Plus Plus Miscellaneous - Study Mode

[#201] What function will be called when we have an uncaught exception?
Correct Answer

(C) terminate

[#202] What is the main feature of locale in C++?
Correct Answer

(B) Portability

[#203] Elements in STL heap are removed in . . . . . . . .
Correct Answer

(A) decreasing order

[#204] What are command line arguments?
Correct Answer

(A) Arguments passed to main() function

[#205] Which keyword can be used in template?
Correct Answer

(C) both class & typename