C Plus Plus Miscellaneous - Study Mode
[#361] Which type of program is recommended to include in try block?
Correct Answer
(B) dynamic memory allocation
[#362] How many types of guarantees are there in exception class can have?
Correct Answer
(C) 3
[#363] Which of the following(s) can be used to access the first element of a vector v?
Correct Answer
(D) all of the mentioned
[#364] Composition is also a type of . . . . . . . . relationship.
Correct Answer
(B) Association
[#365] How many instances are allowed by map and set while inserting an element into container?
Correct Answer
(A) 1