C Plus Plus Miscellaneous - Study Mode

[#446] Which of the following is the correct syntax of accessing the first element of a pair p?
Correct Answer

(A) p.first

[#447] Aggregation is a . . . . . . . . type of Association relationship.
Correct Answer

(B) weak

[#448] How many parameters are present in mismatch method in non-sequence modifying algorithm?
Correct Answer

(D) 3 or 4

[#449] What type of class member is operator new?
Correct Answer

(A) static

[#450] Which of the following is correct about the map and unordered map?
Correct Answer

(D) All of the mentioned