C Plus Plus Miscellaneous - Study Mode
[#516] How many levels are there in exception safety?
Correct Answer
(C) 3
[#517] To which type does the numeric limits are suitable?
Correct Answer
(C) Arithmetic types
[#518] What will happen when we use void in argument passing?
Correct Answer
(A) It will not return value to its caller
[#519] At which time does the static_cast can be applied?
Correct Answer
(A) Compile-time construct
[#520] Which of the following library is used to do vector arithmetic?
Correct Answer
(A) Boost