Multiple Choice
The set of operations supported by the unique_ptr class include
A) the dereferencing operators * and ->, the post and pre increment operators ++, and the post and pre decrement operators --.
B) the dereferencing operators * and ->.
C) the assignment operator.
D) the delete operator.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q19: Which of the following statements correctly deletes
Q22: The statement cin >> *p;<br>A) stores the
Q23: The statement shared_ptr<int> p(new int); involves<br>A) a
Q24: The expression s->m is meaningful only when
Q25: A temporary value in a program can
Q27: The term pointer can be used interchangeably
Q28: When you work with a dereferenced pointer,
Q29: Assuming that arr is an array identifier,
Q30: When the less than ( < )
Q31: The _ and _ operators can respectively