Multiple Choice
To assign the contents of one array to another, you must use
A) the assignment operator with the array names
B) the equality operator with the array names
C) a loop to assign the elements of one array to the other array
D) Any of these
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: A vector object automatically expands in size
Q11: A two-dimensional array can have elements of
Q12: The following statement is a valid C++
Q13: What is the last legal subscript that
Q14: An array initialization must be all on
Q16: This vector function returns true if the
Q17: C++ limits the number of array dimensions
Q18: An array can store a group of
Q19: An array of string objects that will
Q20: To pass an array as an argument