Multiple Choice
In general, move constructors and move assignment operators should not throw exceptions because they're simply moving resources, not allocating new ones. For this reason, both the move constructor and move assignment operator are declared ________ in their prototypes and definitions.
A) const
B) nothrow
C) noexcept
D) noerror
Correct Answer:

Verified
Correct Answer:
Verified
Q34: Which of the following statements about regular
Q35: Which of the following statements is false?<br>A)
Q36: A copy constructor, a destructor and an
Q37: If the initializer for a const variable
Q38: An rvalue reference is declared as _
Q40: Which statements is false:<br>A) shared_ptrs provide the
Q41: Weak_ptrs should be used in any situation
Q42: Which of the following statements about regular
Q43: A _ iterates through the parts of
Q44: The _ allows you to test constant