[solved] – Question 77459
Consider a, b, c as three arrays of size m. N. And. M+n respectively array a is stored in assending order where as array b is stored in desending order. Write a c++ program To produce a third array c containing all the data of arrays a and b and arrenged in desending order. Display the data of array c only
Expert Answer
OR

