Which of the following statements will correctly carry out the operation stated in the comment to its right.
A) array 2 = array1 // Copy the elements of array 1 into array 2.
B) cout << array2 // Output the elements stored in array 2.
C) array2 = 5; // Place a 5 in each element of array2.
D) None of the above.
E) A and B, but not C.
A) array 2 = array1 // Copy the elements of array 1 into array 2.
Computer Science & Information Technology
You might also like to view...
____ is called a multipurpose OS because it can run on a desktop PC or a server.?
A. ?Windows RT B. ?UNIX C. ?iOS D. ?Android
Computer Science & Information Technology
Describe the float, clear, and overflow properties. Show an example of each.
What will be an ideal response?
Computer Science & Information Technology