C Plus Plus Miscellaneous - Study Mode

[#411] Which will be used with physical devices to interact from C++ program?
Correct Answer

(C) Streams

[#412] Which interface in the container is required for storage management?
Correct Answer

(B) Allocator interface

[#413] What will happen when introduce the interface of classes in a run-time polymorphic hierarchy?
Correct Answer

(A) Separation of interface from implementation

[#414] How many types are there in binary heaps?
Correct Answer

(B) 2

[#415] Which function is invoked when we try to throw an exception that is not supported by a function?
Correct Answer

(C) unexpected()