True/False
Assume array1 and array2 are the names of two arrays. To assign the contents of array2 to array1, you would use the following statement:
array1 = array2;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q42: Given the following declaration, where is the
Q43: Each individual element of an array can
Q44: Which of the following is a valid
Q45: What does the following statement do?<br>Vector<int> v(10,
Q46: It is _ to pass an argument
Q48: Subscript numbering in C++<br>A) can be set
Q49: How many elements does the following array
Q50: This vector function removes an item from
Q51: The amount of memory used by an
Q52: To access an array element, use the