Question: C++ 1) Write a void function called CopyArray that takes two arrays of integers as parameters, called source and destination, and copies the elements from
1) Write a void function called CopyArray that takes two arrays of integers as parameters, called source and destination, and copies the elements from the array source into the array destination. You should assume that there is a at the end of the array source. Write a main program to test your function with a user defined array 1 to signal end of input). The program should output both arrays
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
