Multiple Choice
If a program throws an exception before delete has been called on a pointer, it creates a memory leak. After an exception is thrown, a(n) ________ destructor will still be called, which calls delete on the pointer for you.
A) reference's
B) inherited
C) smart pointer's
D) virtual
Correct Answer:

Verified
Correct Answer:
Verified
Q8: A tuple's _ moves a tuple's elements
Q9: The _ multithreading header contains class thread
Q10: Which statement is false?<br>A) There's overhead inherent
Q11: As of C++11, C++ now supports raw
Q12: Tuples that contain the same number of
Q14: An rvalue reference is used to implement
Q15: Each time a new shared_ptr to the
Q16: There are many cases in which the
Q17: The _ multithreading header contains classes and
Q18: Which of the following statements is true