b) Write a program to input two one dimensional array A and B in sorted order and merge them in third array C in reverse
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
b) Write a program to input two one dimensional array A and B in sorted order and merge them in third array C in reverse
b) 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.