Write a program to merge two array in c++
we will enter an elements in any two array and then these two array (elements of array) are store in third array.
C++ Program to Merge two Arrays
Output :

we will enter an elements in any two array and then these two array (elements of array) are store in third array.