Multiple Choice
An auto_ptr can manage any:
A) dynamically allocated object
B) dynamically allocated array
C) dynamically allocated object that can be destroyed with delete
D) object
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A program using Boost.Regex must include the
Q2: C++0x will be<br>A) easier to learn<br>B) better
Q3: When the last shared_ptr to a resource
Q4: Use the weak_ptr member function to create
Q5: The dot character .) matches:<br>A) any visible
Q7: The Random library provides:<br>A) pseudo-random number generators<br>B)
Q8: The unordered associative containers use a to
Q9: A declaration allows you to test certain
Q10: Which of the following will not be
Q11: A copy of an auto_ptr:<br>A) shares the