C Plus Plus Miscellaneous - Study Mode

[#371] How many kind of operation can be applied to transform method in c++?
Correct Answer

(B) 2

[#372] Which is called on allocating the memory for the array of objects?
Correct Answer

(B) constructor

[#373] What will be the type of output of vector cross product?
Correct Answer

(B) Vector

[#374] Which keyword is used to declare the min and max functions?
Correct Answer

(C) algorithm

[#375] What is the syntax of inheritance of class?
Correct Answer

(C) class name: access specifier class name