C Plus Plus Miscellaneous - Study Mode

[#121] Which is used to allocate and deallocate storage for objects during the execution?
Correct Answer

(C) Freestore

[#122] Which of the following function(s) is/are used to get the size of the array class?
Correct Answer

(C) both size() and max_size()

[#123] What happens if a pair is not initialized?
Correct Answer

(A) Both first and second part is initialized to zero or null

[#124] What is another name of full specialization?
Correct Answer

(A) explicit specialization

[#125] What will happen when a programs throws any other type of exception other than specified?
Correct Answer

(B) arise an error