Solved

The Statement Shared_ptr<int> P(new Int); Involves

Question 23

Multiple Choice

The statement shared_ptr<int> p(new int) ; involves


A) a single allocation of a dynamic block of memory.
B) two allocations of two different dynamic blocks of memory.
C) three allocations of three different dynamic blocks of memory.
D) no allocations of dynamic memory.
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions