. Write a C++ program that reads 2 arrays of numbersfrom a user (Arr1 and Arr2) and create third array
(Arr3) that concatenate the values of the first 2 arraysalternatively.
Hints:
The size of both Arr1 and Arr2 is equal.
Use dynamic arrays and no global variables.
Use the following functions:
void Concate_Alter(int *Arr1 , int *Arr2,int *Arr3, int Size)
void display(int *Arr ,int Size)
Sample Run:
5 //array size
1 2 3 4 5 //first array
6 7 8 9 10 //second array
1 6 2 7 3 8 4 9 5 10 //output array
4. Write a program that asks the user to enter size and dynamicarray. Create another
PayPal Gateway not configured
PayPal Gateway not configured