arrays

CF

Merge Two Sorted Arrays

Given two sorted arrays A1 and A2 with size S1 and S2 respectively, merge the two array elements in sorted order and print the sorted elements…
CF

Same Element – Two Arrays

The program must accept two integer arrays of same size N as the input. The program must print the elements if the first element in the first…