Multiple Choice
Shared_ptrs use ________ counting to determine how many shared_ptrs point to the resource.
A) pointer
B) link
C) smart pointer
D) reference
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: The internal pointer is deleted once the
Q22: Which statement is false:<br>A) A weak_ptr points
Q23: A common example of a variadic template
Q24: A tuple's _ copies a tuple's elements
Q25: A unique_ptr automatically calls _ to free
Q27: Prior to C++11 the following code created
Q28: Which of the following statements about regular
Q29: C++11 enables you to define functions and
Q30: The _ operator is particularly useful when
Q31: Which of the following statements is false?<br>A)