C Plus Plus Miscellaneous - Study Mode
[#561] How many kinds of entities are directly parameterized in c++?
Correct Answer
(C) 3
[#562] Which header file is required for using Valarray?
Correct Answer
(B) <Valarray>
[#563] Which are the parameters for the content of the buffer?
Correct Answer
(C) both start & finish
[#564] What operation can be performed by destructor?
Correct Answer
(B) Resource cleanup
[#565] What kind of exceptions are available in c++?
Correct Answer
(B) unhandled