Multiple Choice
You can assign the contents of one array to another by using
A) the assignment operator.
B) the equality operator.
C) both array names.
D) A and C together.
E) none of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: What does the following statement do?<br>Typedef int
Q9: The size of an array is the
Q10: When an array is passed to a
Q11: The following statement for(int val : myArray)<br>Cout
Q12: Any of the following statements can be
Q14: The following array definition is legal because
Q15: An array can be returned by a
Q16: Elements of vectors can be access by
Q17: Each individual element of an array can
Q18: If a C++ program contains the following