Page 1 of 1

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

Posted: Tue Jul 12, 2022 8:04 am
by answerhappygod
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 1
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 1 (73.63 KiB) Viewed 163 times
in C language
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.