Multiple Choice
Each time a new shared_ptr to the resource is created, the reference count ________, and each time one is destroyed, the reference count ________.
A) increases, increases
B) increases, decreases
C) decreases, increases
D) decreases, decreases
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q13: If a program throws an exception before
Q14: An rvalue reference is used to implement
Q16: There are many cases in which the
Q17: The _ multithreading header contains classes and
Q18: Which of the following statements is true
Q19: Though multithreading has been around for decades,
Q20: When the reference count reaches zero, the