Multiple Choice
When a vector is assigned to another vector
A) only the location of the vector is copied
B) all the values in the vector are copied
C) if there is not enough room in the left-hand vector, then not all the values from the right side are copied
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q46: Given the following code, what is the
Q47: To declare a c-string and initialize it
Q48: To use the functions for manipulating and
Q49: If we use an out of range
Q50: The base type for a vector can
Q52: Which of the following returns the fourth
Q53: All c-strings must be terminated by _
Q54: What is wrong with the following attempted
Q55: The declaration of an STL vector doubleVec
Q56: What is the value of numbers.capacity) after