Question: Write a program to input two one dimensional array A and B in sorted order and merge them in third array C in reverse
Write a program to input two one dimensional array A and B in sorted order and merge them in third array C in reverse sorted array. Note that you are not allowed to use any sorting techniques in the array C.
Step by Step Solution
3.33 Rating (156 Votes )
There are 3 Steps involved in it
C program to input two sorted arrays A and B and merge them into a reversesorted array C without usi... View full answer
Get step-by-step solutions from verified subject matter experts
