C Plus Plus Miscellaneous - Study Mode

[#301] How many objects are used for input and output to a string?
Correct Answer

(C) 3

[#302] The C++ code which causes abnormal termination/behaviour of a program should be written under . . . . . . . . block.
Correct Answer

(A) try

[#303] How many Engine Adaptors are there in C++?
Correct Answer

(C) 3

[#304] Map is implemented using . . . . . . . .
Correct Answer

(B) red black tree

[#305] How many types of exception handling are there in c++?
Correct Answer

(B) 2