C program to merge Two One Dimensional Arrays elements
This program will read Two One Dimensional Array of same data type (integer type) and merge them into another One Dimensional Array of same type.
To merge array elements we have to copy first array's elements into third array first then copy second array's elements into third array after the index of first array elements.
Merge Two One Dimensional Arrays using C program
Output:
need an explanation for this answer? contact us directly to get an explanation for this answer