Question: Write a function to concatenate the content of two dynamic integer arrays. Your function should contain parameters for two reference pointers to the arrays and
Write a function to concatenate the content of two dynamic integer arrays. Your function
should contain parameters for two reference pointers to the arrays and the size of both arrays.
Your function should return a pointer to a new array which contains a copy of the elements of
both arrays. Test your function using a driver program.
Make sure to comment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
